mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
16 lines
352 B
Protocol Buffer
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;
|
|
}
|
|
|