1
This commit is contained in:
parent
98e05a9585
commit
69cabee009
@ -22,6 +22,7 @@ enum CMMessageId_e
|
||||
_CMMatchCancelStartGame = 221;
|
||||
_CMMatchSendMsg = 222;
|
||||
_CMMatchBroadcastMsg = 223;
|
||||
_CMRequestBulletDmg = 230;
|
||||
}
|
||||
|
||||
enum SMMessageId_e
|
||||
|
@ -1043,6 +1043,12 @@ message CMMatchBroadcastMsg
|
||||
optional string content = 2; //消息内容
|
||||
}
|
||||
|
||||
//请求子弹伤害(追踪型子弹)
|
||||
message CMRequestBulletDmg
|
||||
{
|
||||
optional int32 bullet_uniid = 1; //子弹唯一id
|
||||
}
|
||||
|
||||
//endcmmsg
|
||||
|
||||
//观战error_code == 0 时关闭结算界面,回到战斗界面
|
||||
|
Loading…
x
Reference in New Issue
Block a user