17 lines
335 B
Protocol Buffer
17 lines
335 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 982
|
|
// Name: LOAONEMKGFB
|
|
message DungeonChallengeBeginNotify {
|
|
uint32 father_index = 1;
|
|
uint32 challenge_id = 3;
|
|
repeated uint32 uid_list = 9;
|
|
repeated uint32 param_list = 6;
|
|
uint32 challenge_index = 13;
|
|
uint32 group_id = 2;
|
|
}
|
|
|