Ejemplo n.º 1
0
 private void Next()
 {
     audioSource.PlayOneShot(nextSound);
     anim.SetTrigger("NextItem");
     mgr.NextChoice();
     UpdateText();
     UpdateSelectButton();
 }