mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 01:15:52 +01:00
Unlock forging blueprints.
This commit is contained in:
11
proto/ForgeFormulaDataNotify.proto
Normal file
11
proto/ForgeFormulaDataNotify.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 673
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message ForgeFormulaDataNotify {
|
||||
uint32 forge_id = 11;
|
||||
bool is_locked = 8;
|
||||
}
|
||||
Reference in New Issue
Block a user