|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | leader_player_id |
| char * | guild_tag |
| char * | guild_name |
| char * | rank_name |
| int32_t | gold_amount |
Guild created
Definition at line 6537 of file protocol.h.
| EoPacket GuildCreateServerPacket::_eo |
Definition at line 6538 of file protocol.h.
| int32_t GuildCreateServerPacket::gold_amount |
Definition at line 6543 of file protocol.h.
| char* GuildCreateServerPacket::guild_name |
Definition at line 6541 of file protocol.h.
| char* GuildCreateServerPacket::guild_tag |
Definition at line 6540 of file protocol.h.
| int32_t GuildCreateServerPacket::leader_player_id |
Definition at line 6539 of file protocol.h.
| char* GuildCreateServerPacket::rank_name |
Definition at line 6542 of file protocol.h.