GC-Proto/proto/ArenaChallengeFinishNotify.proto
2023-02-28 09:12:44 +08:00

16 lines
352 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ArenaChallengeChildChallengeInfo.proto";
// Name: GDHDICEJDBP
// CmdId: 2169
message ArenaChallengeFinishNotify {
bool is_success = 5;
repeated ArenaChallengeChildChallengeInfo child_challenge_list = 13;
uint32 NEFKFHIPLHG = 1;
uint32 BCHEDLFFNKC = 8;
}