|
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 | wis |
| int32_t | intl |
| int32_t | agi |
| int32_t | con |
| int32_t | cha |
The 6 base character stats. Sent upon selecting a character and entering the game.
Definition at line 1747 of file protocol.h.
| EoSerialize CharacterBaseStatsWelcome::_eo |
Definition at line 1748 of file protocol.h.
| int32_t CharacterBaseStatsWelcome::agi |
Definition at line 1752 of file protocol.h.
| int32_t CharacterBaseStatsWelcome::cha |
Definition at line 1754 of file protocol.h.
| int32_t CharacterBaseStatsWelcome::con |
Definition at line 1753 of file protocol.h.
| int32_t CharacterBaseStatsWelcome::intl |
Definition at line 1751 of file protocol.h.
| int32_t CharacterBaseStatsWelcome::str |
Definition at line 1749 of file protocol.h.
| int32_t CharacterBaseStatsWelcome::wis |
Definition at line 1750 of file protocol.h.