1
This commit is contained in:
parent
82873cc3b6
commit
6341bc0fa0
@ -59,4 +59,5 @@ enum SMMessageId_e
|
||||
_SMPvePassWave = 1020;
|
||||
_SMTeamMarkTargetPosList = 1021;
|
||||
_SMDebugCmd = 1022;
|
||||
_SMNewBieEnd = 1023;
|
||||
}
|
||||
|
@ -1658,4 +1658,10 @@ message SMDebugCmd
|
||||
{
|
||||
optional string cmd = 1; //指令
|
||||
repeated float params = 2; //参数
|
||||
}
|
||||
|
||||
//新手战引导结束
|
||||
message SMNewBieEnd
|
||||
{
|
||||
repeated MFPlayerFull victory_team = 1; //吃鸡队伍信息
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user