17 lines
337 B
Protocol Buffer
17 lines
337 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: HKGINFNAIMB
|
|
// CmdId: 961
|
|
message DungeonChallengeBeginNotify {
|
|
uint32 challenge_id = 8;
|
|
uint32 father_index = 10;
|
|
repeated uint32 uid_list = 13;
|
|
uint32 group_id = 7;
|
|
repeated uint32 param_list = 12;
|
|
uint32 challenge_index = 4;
|
|
}
|
|
|