|
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 |
| char * | guild_tag |
| char * | guild_name |
Requested to create a guild
Definition at line 3962 of file protocol.h.
| EoPacket GuildRequestClientPacket::_eo |
Definition at line 3963 of file protocol.h.
| char* GuildRequestClientPacket::guild_name |
Definition at line 3966 of file protocol.h.
| char* GuildRequestClientPacket::guild_tag |
Definition at line 3965 of file protocol.h.
| int32_t GuildRequestClientPacket::session_id |
Definition at line 3964 of file protocol.h.