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