added TODO

This commit is contained in:
dhain 2022-06-03 09:30:01 +02:00
parent 24fa26ddb2
commit de6bab067e

View file

@ -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
*/