Beispiel #1
0
 public Intercooler(
     decimal price,
     int weight,
     int acceleration,
     int topSpeed,
     TunningGradeType gradeType,
     Intercooler intercooler)
 {
     this.intercooler = intercooler;
 }
Beispiel #2
0
 public EvolutionXPerformanceIntercooler(decimal price, int weight, int acceleration, int topSpeed, TunningGradeType gradeType, Intercooler intercooler)
     : base(price, weight, acceleration, topSpeed, gradeType, intercooler)
 {
 }
Beispiel #3
0
 public ViperGenieIntercooler(decimal price, int weight, int acceleration, int topSpeed, TunningGradeType gradeType, Intercooler intercooler)
     : base(price, weight, acceleration, topSpeed, gradeType, intercooler)
 {
 }