18 lines
472 B
Protocol Buffer
18 lines
472 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ForgeQueueManipulateType.proto";
|
|
import "ItemParam.proto";
|
|
|
|
// CmdId: 673
|
|
// Name: MJAFJIOFNFE
|
|
message ForgeQueueManipulateRsp {
|
|
int32 retcode = 2;
|
|
repeated ItemParam output_item_list = 1; // MDJJBOAANKF
|
|
repeated ItemParam extra_output_item_list = 15; // BNCLNGJLJIA
|
|
ForgeQueueManipulateType manipulate_type = 6;
|
|
repeated ItemParam return_item_list = 8; // LEANPAODEGK
|
|
}
|
|
|