This commit is contained in:
aozhiwei 2022-09-26 21:00:36 +08:00
parent 98e05a9585
commit 69cabee009
2 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,7 @@ enum CMMessageId_e
_CMMatchCancelStartGame = 221; _CMMatchCancelStartGame = 221;
_CMMatchSendMsg = 222; _CMMatchSendMsg = 222;
_CMMatchBroadcastMsg = 223; _CMMatchBroadcastMsg = 223;
_CMRequestBulletDmg = 230;
} }
enum SMMessageId_e enum SMMessageId_e

View File

@ -1043,6 +1043,12 @@ message CMMatchBroadcastMsg
optional string content = 2; // optional string content = 2; //
} }
//()
message CMRequestBulletDmg
{
optional int32 bullet_uniid = 1; //id
}
//endcmmsg //endcmmsg
//error_code == 0 , //error_code == 0 ,