|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | light |
| int32_t | dark |
| int32_t | fire |
| int32_t | water |
| int32_t | earth |
| int32_t | wind |
The 6 elemental character stats
Definition at line 1800 of file protocol.h.
| EoSerialize CharacterElementalStats::_eo |
Definition at line 1801 of file protocol.h.
| int32_t CharacterElementalStats::dark |
Definition at line 1803 of file protocol.h.
| int32_t CharacterElementalStats::earth |
Definition at line 1806 of file protocol.h.
| int32_t CharacterElementalStats::fire |
Definition at line 1804 of file protocol.h.
| int32_t CharacterElementalStats::light |
Definition at line 1802 of file protocol.h.
| int32_t CharacterElementalStats::water |
Definition at line 1805 of file protocol.h.
| int32_t CharacterElementalStats::wind |
Definition at line 1807 of file protocol.h.