From e3b0b538d51b3c2bec9f2c6ca09f6baff473a45e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 29 Jun 2019 13:17:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8=E6=B6=88?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/tools/protobuild/cs_proto.proto | 14 -------------- 1 file changed, 14 deletions(-) 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 {