18 lines
415 B
Protocol Buffer
18 lines
415 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "FurnitureMakeSlot.proto";
|
|
import "ItemParam.proto";
|
|
|
|
// CmdId: 4710
|
|
// Name: AIOIBJHEPKI
|
|
message TakeFurnitureMakeRsp {
|
|
FurnitureMakeSlot furniture_make_slot = 11;
|
|
uint32 make_id = 7;
|
|
repeated ItemParam OutputItemList = 4; // MDJJBOAANKF
|
|
int32 retcode = 10;
|
|
repeated ItemParam returnItemList = 2; // BNCLNGJLJIA
|
|
}
|
|
|