15 lines
437 B
Protocol Buffer
15 lines
437 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "ItemParam.proto";
|
|
import "ForgeQueueManipulateType.proto";
|
|
// 4.7.0
|
|
// CmdId: 24425
|
|
// Obf: NPEECEKGJIL
|
|
message ForgeQueueManipulateRsp {
|
|
repeated ItemParam output_item_list = 2; // SUS
|
|
repeated ItemParam extra_output_item_list = 11; // ?
|
|
ForgeQueueManipulateType manipulate_type = 8;
|
|
repeated ItemParam return_item_list = 7; // SUS
|
|
int32 retcode = 3;
|
|
}
|