GC-Proto/proto/ArenaChallengeChildChallengeInfo.proto
2023-01-28 22:00:48 +08:00

14 lines
243 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message ArenaChallengeChildChallengeInfo {
bool isSuccess = 15;
bool isSettled = 4;
uint32 challengeType = 5;
uint32 challengeIndex = 8;
uint32 challengeId = 14;
}