|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | gold_amount |
| Item | bought_item |
| Weight | weight |
Response to purchasing an item from a shop
Definition at line 5614 of file protocol.h.
| EoPacket ShopBuyServerPacket::_eo |
Definition at line 5615 of file protocol.h.
| Item ShopBuyServerPacket::bought_item |
Definition at line 5617 of file protocol.h.
| int32_t ShopBuyServerPacket::gold_amount |
Definition at line 5616 of file protocol.h.
| Weight ShopBuyServerPacket::weight |
Definition at line 5618 of file protocol.h.