This commit is contained in:
aozhiwei 2022-09-24 16:15:56 +08:00
parent 2d3d617a69
commit e8c52f67f3

View File

@ -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
{