|
|
|
|
|
|
} |
|
|
|
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() |
|
|
|