コード例 #1
0
 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;
 }