|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | level |
| int32_t | stat_points |
| int32_t | skill_points |
| int32_t | max_hp |
| int32_t | max_tp |
| int32_t | max_sp |
Level and stat updates
Definition at line 2106 of file protocol.h.
| EoSerialize LevelUpStats::_eo |
Definition at line 2107 of file protocol.h.
| int32_t LevelUpStats::level |
Definition at line 2108 of file protocol.h.
| int32_t LevelUpStats::max_hp |
Definition at line 2111 of file protocol.h.
| int32_t LevelUpStats::max_sp |
Definition at line 2113 of file protocol.h.
| int32_t LevelUpStats::max_tp |
Definition at line 2112 of file protocol.h.
| int32_t LevelUpStats::skill_points |
Definition at line 2110 of file protocol.h.
| int32_t LevelUpStats::stat_points |
Definition at line 2109 of file protocol.h.