12 lines
277 B
Protocol Buffer
12 lines
277 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "ForgeQueueData.proto";
|
|
// 4.7.0
|
|
// CmdId: 7571
|
|
// Obf: LEIDPOPLBPN
|
|
message ForgeGetQueueDataRsp {
|
|
uint32 max_queue_num = 12;
|
|
int32 retcode = 11;
|
|
map<uint32, ForgeQueueData> forge_queue_map = 1;
|
|
}
|