GC-Proto/proto/DungeonReviseLevelNotify.proto

14 lines
259 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-02-28 04:12:44 +03:00
// Name: LPLPFPBLPIJ
// CmdId: 901
2023-02-18 04:48:44 +03:00
message DungeonReviseLevelNotify {
2023-02-28 04:12:44 +03:00
uint32 dungeon_id = 15;
2023-04-03 09:51:55 +03:00
uint32 sceneLevel = 3; //OONLIAFCPDN
uint32 revise_level = 7; //AMIKKOIOAPN
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00