mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 16:54:37 +03:00
18 lines
406 B
Protocol Buffer
18 lines
406 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 MDJJBOAANKF = 1;
|
|
repeated ItemParam BNCLNGJLJIA = 15;
|
|
ForgeQueueManipulateType manipulate_type = 6;
|
|
repeated ItemParam LEANPAODEGK = 8;
|
|
}
|
|
|