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