|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | player_id |
| size_t | items_length |
| Item * | items |
Trade window item data
Definition at line 2071 of file protocol.h.
| EoSerialize TradeItemData::_eo |
Definition at line 2072 of file protocol.h.
| Item* TradeItemData::items |
Definition at line 2075 of file protocol.h.
| size_t TradeItemData::items_length |
Definition at line 2074 of file protocol.h.
| int32_t TradeItemData::player_id |
Definition at line 2073 of file protocol.h.