Add ForgeQueueDataNotify, unwhack UI.

This commit is contained in:
ImmuState
2022-06-06 10:15:44 -07:00
committed by Melledy
parent e193781f0c
commit 36e7e028f7
3 changed files with 57 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
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;
}