|
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 |
| Coords | coords |
Nearby player has walked
Definition at line 5344 of file protocol.h.
| EoPacket WalkPlayerServerPacket::_eo |
Definition at line 5345 of file protocol.h.
| Coords WalkPlayerServerPacket::coords |
Definition at line 5348 of file protocol.h.
| Direction WalkPlayerServerPacket::direction |
Definition at line 5347 of file protocol.h.
| int32_t WalkPlayerServerPacket::player_id |
Definition at line 5346 of file protocol.h.