diff --git a/Battleship/Battleship/DrawingBattleship.cs b/Battleship/Battleship/DrawingBattleship.cs index cae552c..eee4543 100644 --- a/Battleship/Battleship/DrawingBattleship.cs +++ b/Battleship/Battleship/DrawingBattleship.cs @@ -40,7 +40,7 @@ public class DrawingBattleship private readonly int _drawingBattleshipHeight = 40; /// - /// + /// Инициализация свойств /// /// Скорость /// Вес @@ -265,4 +265,4 @@ public class DrawingBattleship g.DrawRectangle(pen, _startPosX.Value + 107, _startPosY.Value + 17, 30, 5); } } -} +} \ No newline at end of file