| | |
| | | TimeMgr.Instance.OnHourEvent -= RefreshServerHour;
|
| | | GlobalTimeEvent.Instance.secondEvent -= UpdateSecond;
|
| | | NewBieCenter.Instance.guideBeginEvent -= GuidBegin;
|
| | | playerPack.RefreshItemCountAct -= UpdateFairyEquip;
|
| | | playerPack.refreshItemCountEvent -= UpdateFairyEquip;
|
| | | shopItemlimitDict.Clear();
|
| | | petAndMountPushlist.Clear();
|
| | | ClearPushData();
|
| | |
| | | WindowCenter.Instance.windowAfterOpenEvent += windowAfterOpen;
|
| | | WindowCenter.Instance.windowAfterCloseEvent += windowAfterClose;
|
| | | NewBieCenter.Instance.guideBeginEvent += GuidBegin;
|
| | | playerPack.RefreshItemCountAct += UpdateFairyEquip;
|
| | | playerPack.refreshItemCountEvent += UpdateFairyEquip;
|
| | | UpdateShowStore();
|
| | | SetIsMustBuyDay();
|
| | | ControllerRedPoint();
|