| | |
| | | {
|
| | | _itemCell.items[i].gameObject.SetActive(true);
|
| | | ItemModel _item = m_DisplayItems[index];
|
| | | ItemConfig itemCfg = Config.Instance.Get<ItemConfig>((int)_item.itemInfo.ItemID);
|
| | | ItemConfig itemCfg = ItemConfig.Get((int)_item.itemInfo.ItemID);
|
| | | _itemCell.items[i].Init(_item);
|
| | | _itemCell.itemEquips[i].gameObject.SetActive(_item.packType == PackType.rptEquip);
|
| | | _itemCell.items[i].cellBtn.onClick.RemoveAllListeners();
|
| | |
| | | chatCenter.recentlyChat = null;
|
| | | chatCenter.ChangeChatValue(string.Empty, false, false);
|
| | | }
|
| | | ItemConfig _cfg = Config.Instance.Get<ItemConfig>((int)_item.itemInfo.ItemID);
|
| | | ItemConfig _cfg = ItemConfig.Get((int)_item.itemInfo.ItemID);
|
| | | string _showtext = StringUtility.Contact("[", _cfg.ItemName, "]");
|
| | | ChatCtrl.Inst.itemPlaceList.Add(_item);
|
| | | chatCenter.ChangeChatValue(_showtext, true, true);
|