GC-Proto/proto/DungeonReviseLevelNotify.proto
2023-05-21 23:18:49 +08:00

14 lines
230 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 927
// Name: MCMBEAGPLJA
message DungeonReviseLevelNotify {
uint32 reviseLevel = 4;
uint32 sceneLevel = 12;
uint32 dungeon_id = 11;
}