|
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 |
| Direction | direction |
| int32_t | kills_count |
| char * | killer_name |
| char * | victim_name |
Arena kill message
Definition at line 7215 of file protocol.h.
| EoPacket ArenaSpecServerPacket::_eo |
Definition at line 7216 of file protocol.h.
| Direction ArenaSpecServerPacket::direction |
Definition at line 7218 of file protocol.h.
| char* ArenaSpecServerPacket::killer_name |
Definition at line 7220 of file protocol.h.
| int32_t ArenaSpecServerPacket::kills_count |
Definition at line 7219 of file protocol.h.
| int32_t ArenaSpecServerPacket::player_id |
Definition at line 7217 of file protocol.h.
| char* ArenaSpecServerPacket::victim_name |
Definition at line 7221 of file protocol.h.