| | |
| | | var pack = new CB223_tagCMTreeLVUP(); |
| | | pack.Type = 0; |
| | | GameNetSystem.Instance.SendInfo(pack); |
| | | |
| | | SysNotifyMgr.Instance.ShowStringTip(Language.Get("CostItemTip", UIHelper.GetIconNameWithMoneyType(BlessLVManager.Instance.upgradeTreeMoneyType), config.LVUPNeedMoney)); |
| | | } |
| | | } |
| | | |
| | |
| | | if (GoldRushManager.Instance.SendGoldRushOP(1, GoldRushManager.Instance.selectCampID, 0)) |
| | | { |
| | | SysNotifyMgr.Instance.ShowTip("GoldRush4"); |
| | | SysNotifyMgr.Instance.ShowStringTip(Language.Get("CostItemTip", |
| | | UIHelper.GetIconNameWithMoneyType(GoldRushManager.Instance.refreshMoneyType), |
| | | GoldRushManager.Instance.GetRefreshMoney(GoldRushManager.Instance.selectCampID))); |
| | | } |
| | | |
| | | } |