Изменил(а) на 'HoistingCrane/HoistingCrane/FormHoistingCrane.cs'
This commit is contained in:
parent
0b264223c2
commit
ec3080e9fd
@ -14,11 +14,11 @@ namespace HoistingCrane
|
|||||||
public bool Сounterweight { get; private set; }
|
public bool Сounterweight { get; private set; }
|
||||||
public Color DopColor { get; 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)
|
base(speed, weight, bodyColor)
|
||||||
{
|
{
|
||||||
Crane = crane;
|
Crane = crane;
|
||||||
Сounterweight = counterweight;
|
Сounterweight = counterWeight;
|
||||||
DopColor = dopColor;
|
DopColor = dopColor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user