From e8c52f67f308a66a781206a4e8f58f1689c49ec5 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 24 Sep 2022 16:15:56 +0800 Subject: [PATCH] 1 --- server/tools/protobuild/cs_proto.proto | 9 --------- 1 file changed, 9 deletions(-) diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index 3c6bdcc7..467a3821 100755 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -185,15 +185,6 @@ message MFMapObject optional MFVec2 pos = 2; //位置 } -//玩家信息 -message MFPlayerInfo -{ - optional int32 player_id = 1; - optional int32 team_id = 2; - optional string name = 3; -} - - //武器 message MFWeapon {