documentation

This commit is contained in:
Janis M
2022-02-22 11:37:55 +01:00
parent 94654c714a
commit 06355b269b
4 changed files with 103 additions and 48 deletions

View File

@@ -6,6 +6,7 @@ using UnityEngine.UI;
public class UI_Inventory : MonoBehaviour
{
/*
[SerializeField]
Inventory inventory;
public Transform inventoryContainer;
@@ -132,5 +133,5 @@ public class UI_Inventory : MonoBehaviour
UIItemSlots[index] = itemSlotRectTransform;
index++;
}
}
}*/
}