PIbd-22. Safiulova K.N. LabWork_06 #8
@ -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;
|
||||
|
@ -39,5 +39,6 @@ namespace Catamaran.Entities
|
||||
Sail = sail;
|
||||
FloatDetail = floatDetail;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user