GC-Proto/proto/ArenaChallengeChildChalleng...

15 lines
244 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +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;
}