Exemplo n.º 1
0
 public void FadeToGameOver()
 {
     m_animator.SetTrigger("GameOver");
     m_sManager.GameOver();
 }