public TransmissionGearsTuning(GearsTuningType type)
 {
     this.type = type;
 }
Exemple #2
0
 public DifferentialGearsTuning(GearsTuningType type)
 {
     this.type = type;
 }