mirror of
https://github.com/DerTyp7/example-top-down-unity.git
synced 2025-10-30 21:07:09 +01:00
documentation
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user