|
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 * | recruiter_name |
Request to join a guild
Definition at line 4041 of file protocol.h.
| EoPacket GuildPlayerClientPacket::_eo |
Definition at line 4042 of file protocol.h.
| char* GuildPlayerClientPacket::guild_tag |
Definition at line 4044 of file protocol.h.
| char* GuildPlayerClientPacket::recruiter_name |
Definition at line 4045 of file protocol.h.
| int32_t GuildPlayerClientPacket::session_id |
Definition at line 4043 of file protocol.h.