This commit is contained in:
Alenka 2023-10-12 22:22:08 +04:00
parent 5309de6c2f
commit feeea2ef58

View File

@ -9,9 +9,10 @@ using Cruiser;
namespace Cruiser.DrawningObjects
{
public class DrawningPro : DrawningCruiser
{
public DrawningPro(int speed, double weight, Color bodyColor, Color additionalColor, bool headlights, bool helicopterPad, bool coating, int width, int height) : base(speed, weight, bodyColor, width, height, 100, 50)
public DrawningPro(int speed, double weight, Color bodyColor, Color additionalColor, bool headlights, bool helicopterPad, bool coating, int width, int height) : base(speed, weight, bodyColor, width, height, 150, 50)
{
if (EntityCruiser != null)
{