GC-Proto/proto/PlayerMatchInfoNotify.proto
2023-04-11 11:14:48 +08:00

21 lines
448 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "MatchType.proto";
// CmdId: 4167
// Name: FPLLGKLDBDH
message PlayerMatchInfoNotify {
uint32 NAMPEEDGBPE = 11;
uint32 host_uid = 6;
uint32 dungeon_id = 9;
uint32 mp_play_id = 7;
MatchType match_type = 14;
uint32 GAEKCLLKOMM = 5;
repeated uint32 match_param_list = 2;
uint32 match_id = 13;
uint32 mechanicus_difficult_level = 8;
}