Mana
|
Public Attributes | |
std::string | name |
int | inventorySlot = 0 |
unsigned int | slotTypeId = 0 |
unsigned int | subId = 0 |
bool | weaponSlot = false |
bool | ammoSlot = false |
Definition at line 71 of file inventoryhandler.h.
bool ManaServ::EquipBackend::Slot::ammoSlot = false |
Definition at line 93 of file inventoryhandler.h.
int ManaServ::EquipBackend::Slot::inventorySlot = 0 |
Definition at line 75 of file inventoryhandler.h.
std::string ManaServ::EquipBackend::Slot::name |
Definition at line 73 of file inventoryhandler.h.
unsigned int ManaServ::EquipBackend::Slot::slotTypeId = 0 |
Definition at line 80 of file inventoryhandler.h.
unsigned int ManaServ::EquipBackend::Slot::subId = 0 |
Definition at line 87 of file inventoryhandler.h.
bool ManaServ::EquipBackend::Slot::weaponSlot = false |
Definition at line 90 of file inventoryhandler.h.