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