15 lines
379 B
Protocol Buffer
15 lines
379 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "ItemParam.proto";
|
|
import "FurnitureMakeSlot.proto";
|
|
// 4.7.0
|
|
// CmdId: 28114
|
|
// Obf: DBKEABGBMHN
|
|
message TakeFurnitureMakeRsp {
|
|
repeated ItemParam return_item_list = 7;
|
|
FurnitureMakeSlot furniture_make_slot = 14;
|
|
repeated ItemParam output_item_list = 2;
|
|
uint32 make_id = 11;
|
|
int32 retcode = 3;
|
|
}
|