|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | partner_player_id |
| char * | partner_player_name |
Trade request from another player
Definition at line 6829 of file protocol.h.
| EoPacket TradeRequestServerPacket::_eo |
Definition at line 6830 of file protocol.h.
| int32_t TradeRequestServerPacket::partner_player_id |
Definition at line 6831 of file protocol.h.
| char* TradeRequestServerPacket::partner_player_name |
Definition at line 6832 of file protocol.h.