mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
整理代码,私有变量接口化访问
This commit is contained in:
@@ -39,6 +39,10 @@ func NewLocalEventManager() (r *LocalEventManager) {
|
||||
return r
|
||||
}
|
||||
|
||||
func (l *LocalEventManager) GetLocalEventChan() chan *LocalEvent {
|
||||
return l.localEventChan
|
||||
}
|
||||
|
||||
type PlayerLastSaveTimeSortList []*model.Player
|
||||
|
||||
func (p PlayerLastSaveTimeSortList) Len() int {
|
||||
|
||||
Reference in New Issue
Block a user