GC-Proto/proto/StartEffigyChallengeReq.proto
2023-02-28 09:12:44 +08:00

15 lines
274 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: CKHKLDBIHFB
// CmdId: 2156
message StartEffigyChallengeReq {
uint32 point_id = 7;
uint32 challenge_id = 4;
uint32 difficulty_id = 12;
repeated uint32 condition_id_list = 9;
}