
recipe_response의 구조체 속성
{ "name": "recipe_input", "base": "", "fields": [ { "name": "item_id", "type": "uint16" }, { "name": "quantity", "type": "uint32" } ] }

recipe_response의 구조체 속성
{
"name": "recipe_input",
"base": "",
"fields": [
{
"name": "item_id",
"type": "uint16"
},
{
"name": "quantity",
"type": "uint32"
}
]
}