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; } - } }