eolib 0.5.0
A core C library for writing applications related to Endless Online
Loading...
Searching...
No Matches
ShopTradeItem Struct Reference

#include <protocol.h>

Data Fields

EoSerialize _eo
int32_t item_id
int32_t buy_price
int32_t sell_price
int32_t max_buy_amount

Detailed Description

An item that a shop can buy or sell

Definition at line 1684 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize ShopTradeItem::_eo

Definition at line 1685 of file protocol.h.

◆ buy_price

int32_t ShopTradeItem::buy_price

Definition at line 1687 of file protocol.h.

◆ item_id

int32_t ShopTradeItem::item_id

Definition at line 1686 of file protocol.h.

◆ max_buy_amount

int32_t ShopTradeItem::max_buy_amount

Definition at line 1689 of file protocol.h.

◆ sell_price

int32_t ShopTradeItem::sell_price

Definition at line 1688 of file protocol.h.


The documentation for this struct was generated from the following file: