|
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 |
| char * | description |
Final confirm creating a guild
Definition at line 4025 of file protocol.h.
| EoPacket GuildCreateClientPacket::_eo |
Definition at line 4026 of file protocol.h.
| char* GuildCreateClientPacket::description |
Definition at line 4030 of file protocol.h.
| char* GuildCreateClientPacket::guild_name |
Definition at line 4029 of file protocol.h.
| char* GuildCreateClientPacket::guild_tag |
Definition at line 4028 of file protocol.h.
| int32_t GuildCreateClientPacket::session_id |
Definition at line 4027 of file protocol.h.