public void ConfirmBuyItem() { if (PlayerPrefs.GetInt(item) == 0) { shopController.BuyClothing(item, price); } UpdateItemGUI(); }