public void SetupBuy(ItemListVariable currentShopList) { shopList = currentShopList; buyMode = true; costHeader.text = "Cost"; GenerateShopList(); }
public void GenerateShopList(ItemListVariable currentShopList) { shopList.SetupBuy(currentShopList); SetupItemInfo(); }