Example #1
0
 public void StartGame(string fileName, int[] scoreMults, int randomIndex)
 {
     SetComponents();
     createBoard.LoadCrossword(fileName, scoreMults, randomIndex);
 }