Compare commits

..

No commits in common. "f4bf49eca154a68225feacaee9423b66d718b0cd" and "c8cd888bf16e0caf7ee4492a2222c7039c14ca27" have entirely different histories.

3 changed files with 0 additions and 30 deletions

View File

@ -269,11 +269,5 @@ namespace AirBomber
break;
}
}
/// <summary>
/// Получение объекта IMoveableObject из объекта DrawningCar
/// </summary>
public IMoveableObject GetMoveableObject => new
DrawningObjectAirPlane(this);
}
}

View File

@ -1,12 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AirBomber
{
internal class PlanesGenericCollection
{
}
}

View File

@ -1,12 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AirBomber
{
internal class SetGeneric
{
}
}