|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | str |
| int32_t | intl |
| int32_t | wis |
| int32_t | agi |
| int32_t | con |
| int32_t | cha |
The 6 base character stats
Definition at line 1728 of file protocol.h.
| EoSerialize CharacterBaseStats::_eo |
Definition at line 1729 of file protocol.h.
| int32_t CharacterBaseStats::agi |
Definition at line 1733 of file protocol.h.
| int32_t CharacterBaseStats::cha |
Definition at line 1735 of file protocol.h.
| int32_t CharacterBaseStats::con |
Definition at line 1734 of file protocol.h.
| int32_t CharacterBaseStats::intl |
Definition at line 1731 of file protocol.h.
| int32_t CharacterBaseStats::str |
Definition at line 1730 of file protocol.h.
| int32_t CharacterBaseStats::wis |
Definition at line 1732 of file protocol.h.