Esempio n. 1
0
 // TODO: probably shouldn't be handling sound from here
 void NewReading()
 {
     AkSoundEngine.PostEvent("Stop_All", gameRunner.gameObject);
     AkSoundEngine.PostEvent("MenuAmbienceStart", gameRunner.gameObject);
     gameRunner.ChooseGameMode();
 }