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