Update 3.6

This commit is contained in:
Akbar Yahya
2023-04-11 11:14:48 +08:00
parent cbd6502c4b
commit fbb363e4bb
3723 changed files with 19729 additions and 21833 deletions

View File

@@ -4,16 +4,16 @@ option java_package = "emu.grasscutter.net.proto";
import "MatchType.proto";
// Name: MBPJKGIMLAO
// CmdId: 4193
// CmdId: 4166
// Name: CCGNHDDBACB
message PlayerStartMatchRsp {
MatchType match_type = 2;
uint32 mechanicus_difficult_level = 14;
uint32 dungeon_id = 12;
int32 retcode = 10;
uint32 punish_end_time = 6;
uint32 mp_play_id = 3;
uint32 match_id = 4;
uint32 param = 5;
uint32 param = 15;
uint32 match_id = 14;
MatchType match_type = 9;
uint32 mechanicus_difficult_level = 10;
uint32 mp_play_id = 2;
uint32 dungeon_id = 3;
uint32 punish_end_time = 1;
int32 retcode = 13;
}