GC-Proto/proto/ArenaChallengeChildChalleng...

14 lines
243 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
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;
}