|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| PartyRequestType | request_type |
| int32_t | inviter_player_id |
| char * | player_name |
Received party invite / join request
Definition at line 6368 of file protocol.h.
| EoPacket PartyRequestServerPacket::_eo |
Definition at line 6369 of file protocol.h.
| int32_t PartyRequestServerPacket::inviter_player_id |
Definition at line 6371 of file protocol.h.
| char* PartyRequestServerPacket::player_name |
Definition at line 6372 of file protocol.h.
| PartyRequestType PartyRequestServerPacket::request_type |
Definition at line 6370 of file protocol.h.