Exemplo n.º 1
0
 void InitGame()
 {
     InitSubSequences();
     EventSystem.current.SetSelectedGameObject(null, null);
     dialogController.ClearDisplay();
     AmbientAudioSource.Stop();
     AmbientAudioSource.loop = true;
     waitPressAnyKey         = false;
 }