|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | session_id |
| Gender | gender |
| int32_t | hair_style |
| int32_t | hair_color |
| int32_t | skin |
| char * | name |
Confirm creating a character
Definition at line 2754 of file protocol.h.
| EoPacket CharacterCreateClientPacket::_eo |
Definition at line 2755 of file protocol.h.
| Gender CharacterCreateClientPacket::gender |
Definition at line 2757 of file protocol.h.
| int32_t CharacterCreateClientPacket::hair_color |
Definition at line 2759 of file protocol.h.
| int32_t CharacterCreateClientPacket::hair_style |
Definition at line 2758 of file protocol.h.
| char* CharacterCreateClientPacket::name |
Definition at line 2761 of file protocol.h.
| int32_t CharacterCreateClientPacket::session_id |
Definition at line 2756 of file protocol.h.
| int32_t CharacterCreateClientPacket::skin |
Definition at line 2760 of file protocol.h.