|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | craft_item_id |
| Weight | weight |
| Item | ingredients [4] |
Response to crafting an item from a shop
Definition at line 5599 of file protocol.h.
| EoPacket ShopCreateServerPacket::_eo |
Definition at line 5600 of file protocol.h.
| int32_t ShopCreateServerPacket::craft_item_id |
Definition at line 5601 of file protocol.h.
| Item ShopCreateServerPacket::ingredients[4] |
Definition at line 5603 of file protocol.h.
| Weight ShopCreateServerPacket::weight |
Definition at line 5602 of file protocol.h.