|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | rank |
| char * | name |
| char * | rank_name |
Information about a guild member
Definition at line 2041 of file protocol.h.
| EoSerialize GuildMember::_eo |
Definition at line 2042 of file protocol.h.
| char* GuildMember::name |
Definition at line 2044 of file protocol.h.
| int32_t GuildMember::rank |
Definition at line 2043 of file protocol.h.
| char* GuildMember::rank_name |
Definition at line 2045 of file protocol.h.