mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 17:17:43 +00:00
15 lines
316 B
Protocol Buffer
15 lines
316 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ForgeQueueData.proto";
|
|
|
|
// CmdId: 633
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
// IsAllowClient: true
|
|
message ForgeQueueDataNotify {
|
|
map<uint32, ForgeQueueData> forge_queue_map = 14;
|
|
repeated uint32 removed_forge_queue_list = 8;
|
|
}
|