From 301df577f1c1cc05b23b7c596e94aa545dd60c34 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 17 Apr 2023 13:40:48 +0800 Subject: [PATCH] 1 --- server/tools/protobuild/cs_proto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index 6983600c..6635c357 100755 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -702,6 +702,7 @@ message MFExplosion optional int32 effect = 4 [default = 0]; //爆照效果 0:普通爆照 1:核爆炸 optional float rotate = 5; //旋转 optional float rad = 6; //半径 + optional int32 bullet_uniid = 7; //子弹唯一id,如果是子弹产生的爆炸 } //烟雾