Exemple #1
0
 public void OnFinishedTutorial()
 {
     game.SetCurrentState(game.QuestionState);
 }
Exemple #2
0
 public void OnResult()
 {
     game.SetCurrentState(game.ResultState);
 }
 void OnQuestionCompleted()
 {
     game.SetCurrentState(game.PlayState);
 }