コード例 #1
0
 public CInventorySystem(CInventorySlots _HotbarScript, CInventory _InventoryScript)
 {
     m_Notes     = 0;
     m_Gems      = 0;
     m_Items     = new Dictionary <string, CItemSlot>();
     m_HotBar    = _HotbarScript;
     m_Inventory = _InventoryScript;
 }
コード例 #2
0
 public CInventorySystem()
 {
     m_Notes     = 0;
     m_Gems      = 0;
     m_Items     = new Dictionary <string, CItemSlot>();
     m_HotBar    = null;
     m_Inventory = null;
 }