From 5cbc4bb6b2023bcdcdce041018eab424561ceb73 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 4 Jul 2019 11:17:41 +0800 Subject: [PATCH] 1 --- server/tools/protobuild/cs_proto.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index cb85812..0c65d5f 100755 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -127,6 +127,8 @@ message MFPlayerPart optional float max_health = 5; //血量上限(只有变化时才发,没变化时为undefined) optional float health = 6; //血量(只有变化时才发,没变化时为undefined) + repeated MFBuff add_buff_list = 7; //新增buff列表 + repeated MFBuff remove_buff_list = 8; //移除的buff列表 } //玩家信息-全量 @@ -716,7 +718,6 @@ message SMUpdate repeated MFSmoke smokes = 25; //烟雾 repeated MFEmote emotes = 23; //表情 optional MFAirDrop airdrop = 26; //空投 - optional MFPlane plane = 27; //飞机 } //滚动消息