/// <summary>
 ///     Initialise a trailer object
 /// </summary>
 public Trailer()
 {
     Wheelvalues        = new Wheels();
     AccelerationValues = new Acceleration();
     WheelsConstant     = new WheelsConstants();
     Hook = new FVector();
 }
Ejemplo n.º 2
0
 /// <summary>
 ///     Initialise a constants object
 /// </summary>
 public Constants()
 {
     MotorValues         = new Motor();
     CapacityValues      = new Capacity();
     WarningFactorValues = new WarningFactor();
     WheelsValues        = new WheelsConstants();
 }