3D Dungeon Crawler
|
Public Member Functions | |
bool | AddItem (InventoryItemData item) |
void | RemoveFromStack () |
void | fillInventorySlot (InventoryItemData item, InventorySlot slot) |
Public Attributes | |
InventorySlot[] | inventorySlots |
GameObject | inventoryItemPrefab |
Static Public Attributes | |
static InventoryManager | Instance |
bool InventoryManager.AddItem | ( | InventoryItemData | item | ) |
void InventoryManager.fillInventorySlot | ( | InventoryItemData | item, |
InventorySlot | slot ) |
void InventoryManager.RemoveFromStack | ( | ) |
|
static |
GameObject InventoryManager.inventoryItemPrefab |
InventorySlot [] InventoryManager.inventorySlots |