|
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 | hp_percentage |
| int32_t | damage |
Another player taking damage from a map HP drain
Definition at line 2221 of file protocol.h.
| EoSerialize MapDrainDamageOther::_eo |
Definition at line 2222 of file protocol.h.
| int32_t MapDrainDamageOther::damage |
Definition at line 2225 of file protocol.h.
| int32_t MapDrainDamageOther::hp_percentage |
Definition at line 2224 of file protocol.h.
| int32_t MapDrainDamageOther::player_id |
Definition at line 2223 of file protocol.h.