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

#include <protocol.h>

Data Fields

EoSerialize _eo
int32_t player_id
size_t items_length
Itemitems

Detailed Description

Trade window item data

Definition at line 2071 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize TradeItemData::_eo

Definition at line 2072 of file protocol.h.

◆ items

Item* TradeItemData::items

Definition at line 2075 of file protocol.h.

◆ items_length

size_t TradeItemData::items_length

Definition at line 2074 of file protocol.h.

◆ player_id

int32_t TradeItemData::player_id

Definition at line 2073 of file protocol.h.


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