|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | npc_id |
| size_t | drops_length |
| DropRecord * | drops |
Record of potential drops from an NPC
Definition at line 2297 of file protocol.h.
| EoSerialize DropNpcRecord::_eo |
Definition at line 2298 of file protocol.h.
| DropRecord* DropNpcRecord::drops |
Definition at line 2301 of file protocol.h.
| size_t DropNpcRecord::drops_length |
Definition at line 2300 of file protocol.h.
| int32_t DropNpcRecord::npc_id |
Definition at line 2299 of file protocol.h.