| | |
| | | if (type != PackType.rptItem || (type == PackType.rptItem && itemConfig.Type != 29 && itemConfig.EquipPlace <= 0)) return;
|
| | |
|
| | | devourModellist = playerPack.GetDevourModellist();
|
| | | playerPack.GetSelectDevourList();
|
| | | ItemModel itemModel = playerPack.GetItemModelByIndex(type,index);
|
| | | playerPack.RefreshGetNewItem(itemModel);
|
| | | gridCtrl.m_Scorller.RefreshActiveCellViews();
|
| | | }
|
| | |
|
| | |
| | | if (!isOpen)
|
| | | {
|
| | | lvlistObj.SetActive(false);
|
| | | playerPack.EquipDecomRedCtrl();
|
| | | playerPack.GetSelectDevourList();
|
| | | gridCtrl.m_Scorller.RefreshActiveCellViews();
|
| | | }
|
| | | }
|
| | |
| | | if (!isOpen)
|
| | | {
|
| | | colorlistObj.SetActive(false);
|
| | | playerPack.EquipDecomRedCtrl();
|
| | | playerPack.GetSelectDevourList();
|
| | | gridCtrl.m_Scorller.RefreshActiveCellViews();
|
| | | }
|
| | | }
|
| | |
| | | {
|
| | | if (!isOpen)
|
| | | {
|
| | | playerPack.EquipDecomRedCtrl();
|
| | | playerPack.GetSelectDevourList();
|
| | | gridCtrl.m_Scorller.RefreshActiveCellViews();
|
| | | }
|
| | | }
|
| | |
| | | {
|
| | | RefreshDecomposeAttr(true);
|
| | | devourModellist = playerPack.GetDevourModellist();
|
| | | playerPack.GetCanDevourModellist();
|
| | | playerPack.GetSelectDevourList();
|
| | | gridCtrl.m_Scorller.RefreshActiveCellViews();
|
| | | RefreshGeMatProgress();
|
| | | if (playerPack.getItems != null && playerPack.getItems.Length > 0)
|