|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | player_id |
| bool | leader |
| int32_t | level |
| int32_t | hp_percentage |
| char * | name |
A member of the player's party
Definition at line 1992 of file protocol.h.
| EoSerialize PartyMember::_eo |
Definition at line 1993 of file protocol.h.
| int32_t PartyMember::hp_percentage |
Definition at line 1997 of file protocol.h.
| bool PartyMember::leader |
Definition at line 1995 of file protocol.h.
| int32_t PartyMember::level |
Definition at line 1996 of file protocol.h.
| char* PartyMember::name |
Definition at line 1998 of file protocol.h.
| int32_t PartyMember::player_id |
Definition at line 1994 of file protocol.h.