This commit is contained in:
Aleksandr4350 2024-04-02 19:42:39 +04:00
parent 26ce39f91a
commit 46232fbd36
5 changed files with 0 additions and 7 deletions

View File

@ -52,7 +52,5 @@ public class DrawningAiroplane : Drawningplane
_startPosX -= 10;
_startPosY -= 5;
}
}

View File

@ -24,7 +24,6 @@ public class Entityplane
/// Основной цвет
/// </summary>
public Color BodyColor { get; private set; }
/// <summary>
/// Шаг перемещения самолета
/// </summary>
@ -36,7 +35,6 @@ public class Entityplane
/// <param name="weight"></вес>
/// <param name="bodyColor"></Основной цвет>
public Entityplane(int speed, double weight, Color bodyColor)
{
Speed = speed;

View File

@ -58,7 +58,6 @@ public abstract class AbstractStrategy
//{
// AbstrMethod();
//}
protected abstract void AbstrMethod();
/// <summary>
/// Перемещение влево

View File

@ -1,6 +1,5 @@
using ProjectAiroplane.Drawnings;
namespace ProjectAiroplane.MovementStrategy;
public class Moveableplane : IMoveableObjects

View File

@ -1,6 +1,5 @@
namespace ProjectAiroplane.MovementStrategy;
public class ObjectParameters
{
/// <summary>