GC-Proto/proto/PlayerMatchInfoNotify.proto

21 lines
448 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "MatchType.proto";
2023-04-11 06:14:48 +03:00
// CmdId: 4167
// Name: FPLLGKLDBDH
2023-02-18 04:48:44 +03:00
message PlayerMatchInfoNotify {
2023-04-11 06:14:48 +03:00
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;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00