mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-24 21:29:52 +08:00
Add ForgeQueueDataNotify, unwhack UI.
This commit is contained in:
committed by
Melledy
Unverified
parent
e193781f0c
commit
36e7e028f7
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user