Example #1
0
 public void Clear()
 {
     PlayerTileMatrix.Clear();
     EnemyTileMatrix.Clear();
     _playerShips.Clear();
 }