Romanov E.V. LabWork6 #18
@ -14,11 +14,11 @@ namespace HoistingCrane
|
||||
public bool Сounterweight { get; private set; }
|
||||
public Color DopColor { get; set; }
|
||||
|
||||
public EntityAdvancedHoistingCrane(int speed, float weight, Color bodyColor, Color dopColor, bool crane, bool counterweight) :
|
||||
public EntityAdvancedHoistingCrane(int speed, float weight, Color bodyColor, Color dopColor, bool crane, bool counterWeight) :
|
||||
base(speed, weight, bodyColor)
|
||||
{
|
||||
Crane = crane;
|
||||
Сounterweight = counterweight;
|
||||
Сounterweight = counterWeight;
|
||||
DopColor = dopColor;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user