11 lines
276 B
Protocol Buffer
11 lines
276 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "ForgeQueueData.proto";
|
|
// 4.7.0
|
|
// CmdId: 5698
|
|
// Obf: FDKNEMGAFHA
|
|
message ForgeQueueDataNotify {
|
|
map<uint32, ForgeQueueData> forge_queue_map = 11;
|
|
repeated uint32 removed_forge_queue_list = 3;
|
|
}
|