GC-Proto/proto/ArenaChallengeChildChallengeInfo.proto
2023-02-18 09:48:44 +08:00

15 lines
244 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;
}