Пример #1
0
 /// <summary>
 /// Stores ship data.
 /// </summary>
 /// <param name="ship">The ship which data will be stored</param>
 public void AddShip(Ship ship)
 {
     //Add each data individually
     AddShip(ship.GetRow(), ship.GetColumn(), ship.GetWidth(), ship.GetHeight());
 }