GC-Proto/proto/ArenaChallengeFinishNotify.proto

16 lines
352 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ArenaChallengeChildChallengeInfo.proto";
2023-04-11 06:14:48 +03:00
// CmdId: 2006
// Name: NLGHNCOBFEL
2023-02-18 04:48:44 +03:00
message ArenaChallengeFinishNotify {
2023-02-28 04:12:44 +03:00
bool is_success = 5;
2023-04-11 06:14:48 +03:00
repeated ArenaChallengeChildChallengeInfo child_challenge_list = 6;
uint32 GELFIDPMHLJ = 15;
uint32 FCLFLMPGIKN = 2;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00