| | |
| | | NewBieCenter.Instance.guideBeginEvent -= GuidBegin;
|
| | | shopItemlimitDict.Clear();
|
| | | petAndMountPushlist.Clear();
|
| | | ClearPushData();
|
| | | tagTowerModel = null;
|
| | | storeFuncType = StoreFunc.WeekStore;
|
| | | tcbRefreshDict.Clear();
|
| | |
| | |
|
| | | private void GuidBegin()
|
| | | {
|
| | | SetPushPetAndMountWinState(true,true);
|
| | | PetAndMountPushWin pushWin = WindowCenter.Instance.Get<PetAndMountPushWin>();
|
| | | if(pushWin != null)
|
| | | {
|
| | | SetPushPetAndMountWinState(true, true);
|
| | | }
|
| | | }
|
| | |
|
| | | private void OnMoveTopPart(bool isMove)
|
| | | {
|
| | | SetPushPetAndMountWinState(!isMove);
|
| | | if(!isLogin)
|
| | | {
|
| | | SetPushPetAndMountWinState(!isMove);
|
| | | }
|
| | | }
|
| | |
|
| | | private void windowAfterOpen(Window win)
|
| | |
| | |
|
| | | private void windowAfterClose(Window win)
|
| | | {
|
| | | if (isLogin) return;
|
| | |
|
| | | if(win is MainInterfaceWin)
|
| | | {
|
| | | SetPushPetAndMountWinState(true);
|