тут что то доделано

This commit is contained in:
Камилия Сафиулова 2023-12-05 00:33:53 +04:00
parent c549fc6a3c
commit 9379418cf7
2 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,8 @@ namespace Catamaran.Entities
/// <param name="speed">Скорость</param>
/// <param name="weight">Вес автомобиля</param>
/// <param name="bodyColor">Основной цвет</param>
public EntityCatamaran(int speed, double weight, Color bodyColor)
public EntityCatamaran(int speed, double weight, Color bodyColor)
{
Speed = speed;
Weight = weight;

View File

@ -39,5 +39,6 @@ namespace Catamaran.Entities
Sail = sail;
FloatDetail = floatDetail;
}
}
}