result
This commit is contained in:
parent
5309de6c2f
commit
feeea2ef58
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user