Чистка пустых строк
This commit is contained in:
parent
fea88d309c
commit
5189f14b0e
@ -13,7 +13,7 @@ public class DrawningBattleship : DrawningShip
|
||||
/// Конструктор
|
||||
/// </summary>
|
||||
/// <param name="entityBattleship">объект класса-сущности</param>
|
||||
public DrawningBattleship(EntityBattleship entityBattleship)
|
||||
public DrawningBattleship(EntityBattleship entityBattleship) : base(143, 75)
|
||||
{
|
||||
EntityShip = entityBattleship;
|
||||
}
|
||||
|
@ -4,7 +4,6 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Battleship.Drawnings;
|
||||
public class DrawningShip
|
||||
{
|
||||
@ -146,4 +145,3 @@ public class DrawningShip
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -4,7 +4,6 @@ using System.Linq;
|
||||
using System.Net.Sockets;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Battleship.Entities;
|
||||
/// <summary>
|
||||
/// Класс-сущность "Корабль"
|
||||
@ -27,4 +26,3 @@ public class EntityShip
|
||||
BodyColor = bodycolor;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3,7 +3,6 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Battleship.MovementStrategy;
|
||||
/// <summary>
|
||||
/// Параметры-координаты объекта
|
||||
|
@ -3,7 +3,6 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Battleship.MovementStrategy;
|
||||
/// <summary>
|
||||
/// Статус выполнения операции пермещения
|
||||
|
Loading…
x
Reference in New Issue
Block a user