This commit is contained in:
aozhiwei 2023-04-21 11:11:06 +08:00
parent 82873cc3b6
commit 6341bc0fa0
2 changed files with 7 additions and 0 deletions

View File

@ -59,4 +59,5 @@ enum SMMessageId_e
_SMPvePassWave = 1020;
_SMTeamMarkTargetPosList = 1021;
_SMDebugCmd = 1022;
_SMNewBieEnd = 1023;
}

View File

@ -1658,4 +1658,10 @@ message SMDebugCmd
{
optional string cmd = 1; //
repeated float params = 2; //
}
//
message SMNewBieEnd
{
repeated MFPlayerFull victory_team = 1; //
}