GC-Proto/proto/ArenaChallengeFinishNotify.proto
2023-04-11 11:14:48 +08:00

16 lines
352 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ArenaChallengeChildChallengeInfo.proto";
// CmdId: 2006
// Name: NLGHNCOBFEL
message ArenaChallengeFinishNotify {
bool is_success = 5;
repeated ArenaChallengeChildChallengeInfo child_challenge_list = 6;
uint32 GELFIDPMHLJ = 15;
uint32 FCLFLMPGIKN = 2;
}