GC-Proto/proto/DungeonChallengeBeginNotify...

15 lines
328 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 4.7.0
// CmdId: 4649
// FKHMPDHCAIK
message DungeonChallengeBeginNotify {
uint32 challenge_id = 2;
repeated uint32 param_list = 8;
uint32 group_id = 11;
uint32 father_index = 6;
uint32 challenge_index = 13;
repeated uint32 uid_list = 9;
}