|
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 | amount |
Record of an ingredient for crafting an item in a shop
Definition at line 2526 of file protocol.h.
| EoSerialize ShopCraftIngredientRecord::_eo |
Definition at line 2527 of file protocol.h.
| int32_t ShopCraftIngredientRecord::amount |
Definition at line 2532 of file protocol.h.
| 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.