|
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 |
| int32_t | your_player_id |
| char * | your_player_name |
Trade window opens
Definition at line 6843 of file protocol.h.
| EoPacket TradeOpenServerPacket::_eo |
Definition at line 6844 of file protocol.h.
| int32_t TradeOpenServerPacket::partner_player_id |
Definition at line 6845 of file protocol.h.
| char* TradeOpenServerPacket::partner_player_name |
Definition at line 6846 of file protocol.h.
| int32_t TradeOpenServerPacket::your_player_id |
Definition at line 6847 of file protocol.h.
| char* TradeOpenServerPacket::your_player_name |
Definition at line 6848 of file protocol.h.