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-02-28 04:12:44 +03:00
// Name: GDHDICEJDBP
// CmdId: 2169
2023-02-18 04:48:44 +03:00
message ArenaChallengeFinishNotify {
2023-02-28 04:12:44 +03:00
bool is_success = 5;
repeated ArenaChallengeChildChallengeInfo child_challenge_list = 13;
uint32 NEFKFHIPLHG = 1;
uint32 BCHEDLFFNKC = 8;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00