18 lines
421 B
Protocol Buffer
18 lines
421 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ForgeQueueManipulateType.proto";
|
|
import "ItemParam.proto";
|
|
|
|
// Name: FMIPFCFINIC
|
|
// CmdId: 688
|
|
message ForgeQueueManipulateRsp {
|
|
int32 retcode = 4;
|
|
repeated ItemParam extraOutputItemList = 13;
|
|
ForgeQueueManipulateType manipulate_type = 8;
|
|
repeated ItemParam returnItemList = 3;
|
|
repeated ItemParam outputItemList = 11;
|
|
}
|
|
|