|
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 |
| int32_t | experience |
| int32_t | level_up |
EXP gain for a member of the player's party
Definition at line 2009 of file protocol.h.
| EoSerialize PartyExpShare::_eo |
Definition at line 2010 of file protocol.h.
| int32_t PartyExpShare::experience |
Definition at line 2012 of file protocol.h.
| int32_t PartyExpShare::level_up |
A value greater than 0 is "new level" and indicates the player leveled up.
Definition at line 2016 of file protocol.h.
| int32_t PartyExpShare::player_id |
Definition at line 2011 of file protocol.h.