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