|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| ShopSoldItem | sold_item |
| int32_t | gold_amount |
| Weight | weight |
Response to selling an item to a shop
Definition at line 5629 of file protocol.h.
| EoPacket ShopSellServerPacket::_eo |
Definition at line 5630 of file protocol.h.
| int32_t ShopSellServerPacket::gold_amount |
Definition at line 5632 of file protocol.h.
| ShopSoldItem ShopSellServerPacket::sold_item |
Definition at line 5631 of file protocol.h.
| Weight ShopSellServerPacket::weight |
Definition at line 5633 of file protocol.h.