diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index a66b2f6..52a3af1 100755 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -103,20 +103,6 @@ message MFPlayerInfo optional string name = 3; } -message MFGoods -{ - optional string name = 1; - optional int32 num = 2; -} - -//视野 x1 x4 x8 -message MFPlug -{ - optional string name = 1; - optional int32 id = 2; - optional int32 param = 3; -} - //武器 message MFWeapon {