Example #1
0
 public Ship(int id, ShipType type)
 {
     Id   = id;
     Type = type;
     Size = type.Size();
 }