コード例 #1
0
 public Ship(Ship ship) :
     this(ship.Location, ship.Orientation, ship.Size, ship.Field)
 {
 }