mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-09 11:12:58 +03:00
Update 3.6
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user