mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.2
This commit is contained in:
@@ -19,11 +19,12 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 968
|
||||
// CmdId: 933
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message DungeonReviseLevelNotify {
|
||||
uint32 revise_level = 7;
|
||||
uint32 dungeon_id = 14;
|
||||
uint32 scene_level = 5;
|
||||
uint32 revise_level = 10;
|
||||
uint32 dungeon_id = 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user