diff --git a/Assets/Scripts/InventoryUI.cs b/Assets/Scripts/InventoryUI.cs index ffe6660..f4d37e4 100644 --- a/Assets/Scripts/InventoryUI.cs +++ b/Assets/Scripts/InventoryUI.cs @@ -35,7 +35,7 @@ public class InventoryUI : MonoBehaviour { private void ToggleInventory() { inventoryUI.SetActive(!inventoryUI.activeSelf); } - +//TODO: sell Items with right click and when shop is open /** * Is called when something in the Inventory UI should update */