GC-Proto/proto/PlayerMatchInfoNotify.proto

21 lines
450 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "MatchType.proto";
// Name: HLBCEGALDLM
// CmdId: 4159
message PlayerMatchInfoNotify {
uint32 dungeon_id = 5;
uint32 host_uid = 9;
repeated uint32 match_param_list = 11;
uint32 BBPAKLDFKOH = 14;
MatchType match_type = 3;
uint32 mp_play_id = 10;
uint32 match_id = 7;
uint32 LLBEFAFNBON = 13;
uint32 mechanicus_difficult_level = 15;
}