Exemple #1
0
 public void OnEvent(StopPlayingEvent e)
 {
     GetComponentInChildren <Animator>().SetBool("open", false);
 }
Exemple #2
0
 public void OnEvent(StopPlayingEvent e)
 {
     Hint.Reset();
 }
Exemple #3
0
 public void OnEvent(StopPlayingEvent e)
 {
     // todo Fading
     ambient2.volume = 0;
     goodbye.Play();
 }