Exemplo n.º 1
0
 public void StartGameWordsGame()
 {
     instructionSoundManager.PlayGameRule("GameWords");
     //PopulateUIWithData (questions);
     //gameWordsUIManager.SetupActiveCells ((int)levelComplexity);
 }
Exemplo n.º 2
0
 public void StartQuizGame()
 {
     instructionSoundManager.PlayGameRule("QuizGame");
     //questions[currentQuestionIndex].
     PopulateUIWithData(questions);
 }