|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | item_id |
| int32_t | item_index |
| int32_t | item_amount |
| Coords | coords |
Item appeared on the ground
Definition at line 5824 of file protocol.h.
| EoPacket ItemAddServerPacket::_eo |
Definition at line 5825 of file protocol.h.
| Coords ItemAddServerPacket::coords |
Definition at line 5829 of file protocol.h.
| int32_t ItemAddServerPacket::item_amount |
Definition at line 5828 of file protocol.h.
| int32_t ItemAddServerPacket::item_id |
Definition at line 5826 of file protocol.h.
| int32_t ItemAddServerPacket::item_index |
Definition at line 5827 of file protocol.h.