From 7f35155da40f1ab622a27f3193a7ad6cde0efb9e Mon Sep 17 00:00:00 2001 From: kaznacheeva Date: Wed, 25 Oct 2023 07:56:00 +0400 Subject: [PATCH] =?UTF-8?q?3=20=D0=BB=D0=B0=D0=B1=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Battleship/Battleship/ShipGenericCollection.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Battleship/Battleship/ShipGenericCollection.cs b/Battleship/Battleship/ShipGenericCollection.cs index b2575b9..9a0ab6d 100644 --- a/Battleship/Battleship/ShipGenericCollection.cs +++ b/Battleship/Battleship/ShipGenericCollection.cs @@ -14,8 +14,8 @@ namespace Battleship.Generics { private readonly int _pictureWidth; private readonly int _pictureHeight; - private readonly int _placeSizeWidth = 15; - private readonly int _placeSizeHeight = 95; + private readonly int _placeSizeWidth = 185; + private readonly int _placeSizeHeight = 90; private readonly SetGeneric _collection; public ShipGenericCollection(int picWidth, int picHeight) {