|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | damage |
| int32_t | hp |
| int32_t | max_hp |
| size_t | others_length |
| MapDrainDamageOther * | others |
Map drain damage
Definition at line 7438 of file protocol.h.
| EoPacket EffectTargetOtherServerPacket::_eo |
Definition at line 7439 of file protocol.h.
| int32_t EffectTargetOtherServerPacket::damage |
Definition at line 7440 of file protocol.h.
| int32_t EffectTargetOtherServerPacket::hp |
Definition at line 7441 of file protocol.h.
| int32_t EffectTargetOtherServerPacket::max_hp |
Definition at line 7442 of file protocol.h.
| MapDrainDamageOther* EffectTargetOtherServerPacket::others |
Definition at line 7444 of file protocol.h.
| size_t EffectTargetOtherServerPacket::others_length |
Definition at line 7443 of file protocol.h.