Готовая 7
This commit is contained in:
parent
3331db9236
commit
75133affd5
@ -25,8 +25,7 @@ namespace Sailboat.DrawingObjects
|
||||
/// <param name="sail">Признак наличия паруса</param>
|
||||
/// <param name="width">Ширина картинки</param>
|
||||
/// <param name="height">Высота картинки</param>
|
||||
public DrawingSailboat(int speed, double weight, Color bodyColor, Color additionalColor, bool hull, bool sail, int width, int height) :
|
||||
base(speed, weight, bodyColor, width, height, 200, 160)
|
||||
public DrawingSailboat(int speed, double weight, Color bodyColor, Color additionalColor, bool hull, bool sail, int width, int height) : base(speed, weight, bodyColor, width, height, 200, 160)
|
||||
{
|
||||
if (EntityBoat != null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user