правки

This commit is contained in:
Казначеева Елизавета 2023-12-06 10:32:27 +04:00
parent 3afc6e4ab6
commit a55aef24c0

View File

@ -39,10 +39,10 @@ namespace Battleship.Entities
Tower = tower;
Section = section;
}
public void setAdditionalColor(Color color)
{
AdditionalColor = color;
}
}
}