|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | item_id |
| int32_t | buy_price |
| int32_t | sell_price |
| int32_t | max_buy_amount |
An item that a shop can buy or sell
Definition at line 1684 of file protocol.h.
| EoSerialize ShopTradeItem::_eo |
Definition at line 1685 of file protocol.h.
| int32_t ShopTradeItem::buy_price |
Definition at line 1687 of file protocol.h.
| int32_t ShopTradeItem::item_id |
Definition at line 1686 of file protocol.h.
| int32_t ShopTradeItem::max_buy_amount |
Definition at line 1689 of file protocol.h.
| int32_t ShopTradeItem::sell_price |
Definition at line 1688 of file protocol.h.