Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | | {
|
| | | if (_show)
|
| | | {
|
| | | if (_instanceId != currentPlayerInstanceId)
|
| | | var player = GAMgr.Instance.GetBySID(_instanceId) as GActorPlayerBase;
|
| | |
|
| | | if (_instanceId != currentPlayerInstanceId && player != null)
|
| | | {
|
| | | currentPlayerInstanceId = _instanceId;
|
| | | var player = GAMgr.Instance.GetBySID(currentPlayerInstanceId) as GActorPlayerBase;
|
| | |
|
| | | m_ContainerPlayer.gameObject.SetActive(true);
|
| | | m_ContainerBoss.gameObject.SetActive(false);
|
| | | m_FairyGrabBossBuffTip.UnInit();
|
| | |
| | | public void SendAskReceive(string id)
|
| | | {
|
| | | MailInfo mailInfo = MailAllModel.Instance.GetMailInfo(id);
|
| | | if (mailInfo == null) return;
|
| | |
|
| | | int i = 0;
|
| | | int getBagItemCount = 0;
|
| | | int getRuneCount = 0;
|
| | |
| | | }
|
| | | int type = 0;
|
| | | bool isPush = storeModel.TryGetPushTypeByShopId(shopId, out type);
|
| | | SetLocalSaveData(type, shopId);
|
| | | if(isPush)
|
| | | {
|
| | | SetLocalSaveData(type, shopId);
|
| | | }
|
| | | }
|
| | |
|
| | | private void UpdateHelpPointShop(int shopId)
|
| | |
| | | {
|
| | |
|
| | | StoreConfig storeConfig = Config.Instance.Get<StoreConfig>(ExchageModel.currentShopId);
|
| | | if (storeConfig == null) return;
|
| | |
|
| | | storeModel.SetJumpModel(StoreFunc.IntegralStore, ExchageModel.currentShopId);
|
| | | switch ((StoreFunc)storeConfig.ShopType)
|
| | | {
|