public EjectionSeat(_Car prevCarPart, int howMany)
 {
     this.prevCarPart = prevCarPart;
     this.howMany     = howMany;
 }
Esempio n. 2
0
 public DracoThruster(_Car prevCarPart, int howMany)
 {
     this.prevCarPart = prevCarPart;
     this.howMany     = howMany;
 }