Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | |
|
| | | private void ClickDungeonAssist()
|
| | | {
|
| | | WindowJumpMgr.Instance.WindowJumpTo(JumpUIType.DungeonAssitCheckIn);
|
| | | WindowCenter.Instance.Open<DungeonAssistWin>();
|
| | | }
|
| | |
|
| | | private void UpdateDungeonAssistImag()
|
| | |
| | | isLogin = false;
|
| | | GlobalTimeEvent.Instance.halfMinuteEvent += UpdateSecond;
|
| | | storeModel.RefreshBuyShopLimitEvent += UpdateBuyTimes;
|
| | | UpdateRedpoint();
|
| | | }
|
| | |
|
| | | public override void UnInit()
|
| | |
| | | int remianTime = mysticalShop.GetRemainSellTime();
|
| | | saleTime.text = Language.Get("MysticalPurchase101", TimeUtility.SecondsToHMS(remianTime));
|
| | | float zhe = ((float)mysticalShop.storeConfig.MoneyNumber / mysticalShop.storeConfig.MoneyOriginal) * 10;
|
| | | zheText.text = Language.Get("MysticalPurchase102", Math.Round(zhe, 1));
|
| | | zheText.text = Language.Get("MysticalPurchase102", (float)Math.Round(zhe, 1));
|
| | | var items = storeModel.GetShopItemlistByIndex(mysticalShop.storeConfig);
|
| | | for(int i = 0; i < itemBaiscs.Count; i++)
|
| | | {
|