|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | player_id |
| int32_t | hp_percentage |
| bool | died |
| int32_t | damage |
Nearby character taking spike damage
Definition at line 7492 of file protocol.h.
| EoPacket EffectAdminServerPacket::_eo |
Definition at line 7493 of file protocol.h.
| int32_t EffectAdminServerPacket::damage |
Definition at line 7497 of file protocol.h.
| bool EffectAdminServerPacket::died |
Definition at line 7496 of file protocol.h.
| int32_t EffectAdminServerPacket::hp_percentage |
Definition at line 7495 of file protocol.h.
| int32_t EffectAdminServerPacket::player_id |
Definition at line 7494 of file protocol.h.