mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-13 21:22:58 +03:00
Update 3.6
This commit is contained in:
@@ -3,12 +3,12 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// Name: CKHKLDBIHFB
|
||||
// CmdId: 2156
|
||||
// CmdId: 2088
|
||||
// Name: LDBCGCPFHNO
|
||||
message StartEffigyChallengeReq {
|
||||
uint32 point_id = 7;
|
||||
uint32 challenge_id = 4;
|
||||
uint32 difficulty_id = 12;
|
||||
repeated uint32 condition_id_list = 9;
|
||||
uint32 difficulty_id = 9;
|
||||
repeated uint32 condition_id_list = 10;
|
||||
uint32 challenge_id = 11;
|
||||
uint32 point_id = 6;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user