public CInventorySystem(CInventorySlots _HotbarScript, CInventory _InventoryScript) { m_Notes = 0; m_Gems = 0; m_Items = new Dictionary <string, CItemSlot>(); m_HotBar = _HotbarScript; m_Inventory = _InventoryScript; }
public CInventorySystem() { m_Notes = 0; m_Gems = 0; m_Items = new Dictionary <string, CItemSlot>(); m_HotBar = null; m_Inventory = null; }