浏览代码

Hot Fix : Cooking mode inventory is maintained after action (Cook, change tab, select other items)

/main
uChema 3 年前
当前提交
9f463dfd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      UOP1_Project/Assets/Scripts/UI/Inventory/UIInventory.cs

4
UOP1_Project/Assets/Scripts/UI/Inventory/UIInventory.cs


}
void UpdateInventory()
{
FillInventory(_selectedTab.TabType);
FillInventory(_selectedTab.TabType, _isNearPot);
}
void OnActionButtonClicked()

void OnChangeTab(InventoryTabSO tabType)
{
FillInventory(tabType.TabType);
FillInventory(tabType.TabType, _isNearPot);
}
public void CloseInventory()

正在加载...
取消
保存