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

#include <protocol.h>

Data Fields

EoPacket _eo
ShopSoldItem sold_item
int32_t gold_amount
Weight weight

Detailed Description

Response to selling an item to a shop

Definition at line 5629 of file protocol.h.

Field Documentation

◆ _eo

EoPacket ShopSellServerPacket::_eo

Definition at line 5630 of file protocol.h.

◆ gold_amount

int32_t ShopSellServerPacket::gold_amount

Definition at line 5632 of file protocol.h.

◆ sold_item

ShopSoldItem ShopSellServerPacket::sold_item

Definition at line 5631 of file protocol.h.

◆ weight

Weight ShopSellServerPacket::weight

Definition at line 5633 of file protocol.h.


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