public TransmissionGearsTuning(GearsTuningType type)
 {
     this.type = type;
 }
Ejemplo n.º 2
0
 public DifferentialGearsTuning(GearsTuningType type)
 {
     this.type = type;
 }