|
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 | hp |
Nearby player hit by a group heal spell
Definition at line 2056 of file protocol.h.
| EoSerialize GroupHealTargetPlayer::_eo |
Definition at line 2057 of file protocol.h.
| int32_t GroupHealTargetPlayer::hp |
Definition at line 2060 of file protocol.h.
| int32_t GroupHealTargetPlayer::hp_percentage |
Definition at line 2059 of file protocol.h.
| int32_t GroupHealTargetPlayer::player_id |
Definition at line 2058 of file protocol.h.