From de6bab067e0bea16d27b9a2d8bdb1cb18e6c1d29 Mon Sep 17 00:00:00 2001 From: dhain Date: Fri, 3 Jun 2022 09:30:01 +0200 Subject: [PATCH] added TODO --- Assets/Scripts/InventoryUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */