|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | recruiter_id |
| char * | guild_tag |
| char * | guild_name |
| char * | rank_name |
Joined guild info
Definition at line 6653 of file protocol.h.
| EoPacket GuildAgreeServerPacket::_eo |
Definition at line 6654 of file protocol.h.
| char* GuildAgreeServerPacket::guild_name |
Definition at line 6657 of file protocol.h.
| char* GuildAgreeServerPacket::guild_tag |
Definition at line 6656 of file protocol.h.
| char* GuildAgreeServerPacket::rank_name |
Definition at line 6658 of file protocol.h.
| int32_t GuildAgreeServerPacket::recruiter_id |
Definition at line 6655 of file protocol.h.