EvEmu
0.8.4
11 September 2021
|
#include "EVE_Inventory.h"
Public Attributes | |
bool | published:1 |
uint8 | id |
std::string | name |
std::string | description |
Definition at line 50 of file EVE_Inventory.h.
std::string Inv::CatData::description |
Definition at line 54 of file EVE_Inventory.h.
Referenced by StaticDataMgr::Populate().
uint8 Inv::CatData::id |
Definition at line 52 of file EVE_Inventory.h.
Referenced by StaticDataMgr::Populate().
std::string Inv::CatData::name |
Definition at line 53 of file EVE_Inventory.h.
Referenced by StaticDataMgr::Populate().
bool Inv::CatData::published |
Definition at line 51 of file EVE_Inventory.h.
Referenced by StaticDataMgr::Populate().