Melon 3.5

This commit is contained in:
Akbar Yahya
2023-02-28 09:12:44 +08:00
parent 5d7ca8d079
commit fae00a4f6d
3975 changed files with 26831 additions and 77729 deletions

View File

@@ -2,25 +2,18 @@ syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "MatchType.proto";
// Name: MBPJKGIMLAO
// CmdId: 4193
message PlayerStartMatchRsp {
//enum LOCNBAMKKHI {
// option allow_alias= true;
// NONE = 0;
// PEPPOHPHJOJ = 4195;
// DCDNILFDFLB = 0;
// NNBKOLMPOEA = 1;
//}
MatchType matchType = 7;
uint32 dungeonId = 3;
uint32 punishEndTime = 11;
int32 retcode = 6;
uint32 param = 5;
uint32 matchId = 2;
uint32 mpPlayId = 9;
uint32 mechanicusDifficultLevel = 12;
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;
}