From a55aef24c00f8a156b6f70aa038509535d3e4ed9 Mon Sep 17 00:00:00 2001 From: kaznacheeva Date: Wed, 6 Dec 2023 10:32:27 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Battleship/Battleship/EntityBattleship.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Battleship/Battleship/EntityBattleship.cs b/Battleship/Battleship/EntityBattleship.cs index 449953c..6175764 100644 --- a/Battleship/Battleship/EntityBattleship.cs +++ b/Battleship/Battleship/EntityBattleship.cs @@ -39,10 +39,10 @@ namespace Battleship.Entities Tower = tower; Section = section; } + public void setAdditionalColor(Color color) { AdditionalColor = color; } - } }