Unlock forging blueprints.

This commit is contained in:
ImmuState
2022-06-02 14:51:01 -07:00
committed by Melledy
parent fe3e3e2b21
commit 9d10b81b95
9 changed files with 144 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ForgeQueueData.proto";
// CmdId: 648
// EnetChannelId: 0
// EnetIsReliable: true
message ForgeDataNotify {
repeated uint32 forge_id_list = 13;
uint32 max_queue_num = 15;
map<uint32, ForgeQueueData> forge_queue_map = 1;
}