GC-Proto/proto/PlayerMatchInfoNotify.proto

21 lines
450 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-02-28 04:12:44 +03:00
// Name: HLBCEGALDLM
// CmdId: 4159
2023-02-18 04:48:44 +03:00
message PlayerMatchInfoNotify {
2023-02-28 04:12:44 +03:00
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;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00