Update 3.2

This commit is contained in:
Akbar Yahya
2022-11-06 20:51:40 +08:00
parent f5fd0cbe69
commit dfe18ccb7d
1153 changed files with 13690 additions and 5671 deletions

View File

@@ -25,12 +25,13 @@ option java_package = "emu.grasscutter.net.proto";
// EnetChannelId: 0
// EnetIsReliable: true
message PlayerMatchInfoNotify {
uint32 mechanicus_difficult_level = 12;
uint32 estimate_match_cost_time = 3;
MatchType match_type = 11;
uint32 mp_play_id = 5;
uint32 match_id = 8;
uint32 match_begin_time = 4;
uint32 dungeon_id = 10;
MatchType match_type = 11;
uint32 mechanicus_difficult_level = 12;
repeated uint32 match_param_list = 6;
uint32 estimate_match_cost_time = 3;
uint32 mp_play_id = 5;
uint32 host_uid = 13;
}