GC-Proto/proto/ArenaChallengeChildChallengeInfo.proto
2023-04-11 11:14:48 +08:00

15 lines
285 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: GHGALEANJOA
message ArenaChallengeChildChallengeInfo {
bool is_settled = 3;
bool is_success = 13;
uint32 challenge_id = 12;
uint32 challenge_index = 4;
uint32 challenge_type = 11;
}