示例#1
0
 internal void AddShipsToSea()
 {
     foreach (Ship ship in Ships)
     {
         Sea.AddShipToRandomPlace(ship);
     }
 }