public void ShopSlotLeftClicked(ShopSlot slot) { Item item = slot.Item(); if (item != null) { StartCoroutine(slotClickHelper.PurchaseItem(item)); } }