|
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 |
| GuildInfoType | info_type |
| char * | guild_tag |
Request guild description, rank list, or bank balance
Definition at line 4056 of file protocol.h.
| EoPacket GuildTakeClientPacket::_eo |
Definition at line 4057 of file protocol.h.
| char* GuildTakeClientPacket::guild_tag |
Definition at line 4060 of file protocol.h.
| GuildInfoType GuildTakeClientPacket::info_type |
Definition at line 4059 of file protocol.h.
| int32_t GuildTakeClientPacket::session_id |
Definition at line 4058 of file protocol.h.