From ac16f4423be8597d8114eef65d725a56f5ff95e5 Mon Sep 17 00:00:00 2001 From: victinass Date: Mon, 19 Feb 2024 12:16:41 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=B0=D0=B1=D0=BE=D1=80=D0=B0=D1=82?= =?UTF-8?q?=D0=BE=D1=80=D0=BD=D0=B0=D1=8F=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=B0=20=E2=84=961?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Battleship/Battleship/DrawingBattleship.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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