mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-13 21:22:58 +03:00
Melon 3.5
This commit is contained in:
@@ -3,20 +3,12 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
|
||||
// Name: CKHKLDBIHFB
|
||||
// CmdId: 2156
|
||||
message StartEffigyChallengeReq {
|
||||
//enum GHMOCBIMBEB {
|
||||
// option allow_alias= true;
|
||||
// NONE = 0;
|
||||
// PEPPOHPHJOJ = 2061;
|
||||
// DCDNILFDFLB = 0;
|
||||
// NNBKOLMPOEA = 1;
|
||||
// EAJIABGAOCI = 1;
|
||||
//}
|
||||
|
||||
uint32 difficultyId = 13;
|
||||
repeated uint32 conditionIdList = 2;
|
||||
uint32 pointId = 9;
|
||||
uint32 challengeId = 15;
|
||||
uint32 point_id = 7;
|
||||
uint32 challenge_id = 4;
|
||||
uint32 difficulty_id = 12;
|
||||
repeated uint32 condition_id_list = 9;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user