public EjectionSeat(_Car prevCarPart, int howMany)
 {
     this.prevCarPart = prevCarPart;
     this.howMany     = howMany;
 }
Пример #2
0
 public DracoThruster(_Car prevCarPart, int howMany)
 {
     this.prevCarPart = prevCarPart;
     this.howMany     = howMany;
 }