| | |
| | | /// <param name="buylimit"></param>
|
| | | public void RefreshBuyShopLimitModel(HA802_tagMCShopItemDayBuyCntInfo buylimit)
|
| | | {
|
| | | DesignDebug.Log("RefreshBuyShopLimitModel" + buylimit.Count);
|
| | | DebugEx.Log("RefreshBuyShopLimitModel" + buylimit.Count);
|
| | | if (buylimit.Count > 0)
|
| | | {
|
| | | int i = 0;
|
| | |
| | |
|
| | | public void GetBuyResult(HA811_tagMCShoppingResult result)
|
| | | {
|
| | | DesignDebug.Log("GetBuyResult");
|
| | | DebugEx.Log("GetBuyResult");
|
| | | StoreConfig tagStore = ConfigManager.Instance.GetTemplate<StoreConfig>((int)result.ItemIndex);
|
| | | if (tagStore != null)
|
| | | {
|