mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-05 03:47:06 +03:00
Melon 3.5
This commit is contained in:
@@ -3,18 +3,11 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
|
||||
// Name: PEPDKKBCLIL
|
||||
// CmdId: 22612
|
||||
message EffigyChallengeV2DungeonInfoNotify {
|
||||
//enum MKHAEAENIHE {
|
||||
// option allow_alias= true;
|
||||
// NONE = 0;
|
||||
// PEPPOHPHJOJ = 20626;
|
||||
// DCDNILFDFLB = 0;
|
||||
// NNBKOLMPOEA = 1;
|
||||
//}
|
||||
|
||||
uint32 levelId = 6;
|
||||
uint32 challengeModeDifficulty = 4;
|
||||
uint32 skillNo = 10;
|
||||
uint32 challenge_mode_difficulty = 1;
|
||||
uint32 level_id = 6;
|
||||
uint32 skill_no = 3;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user