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

#include <protocol.h>

Data Fields

EoSerialize _eo
int32_t item_id
int32_t amount

Detailed Description

Record of an ingredient for crafting an item in a shop

Definition at line 2526 of file protocol.h.

Field Documentation

◆ _eo

EoSerialize ShopCraftIngredientRecord::_eo

Definition at line 2527 of file protocol.h.

◆ amount

int32_t ShopCraftIngredientRecord::amount

Definition at line 2532 of file protocol.h.

◆ item_id

int32_t ShopCraftIngredientRecord::item_id

Item ID of the craft ingredient, or 0 if the ingredient is not present

Definition at line 2531 of file protocol.h.


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