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; //飞机 } //滚动消息