Esempio n. 1
0
 public void Hidden()
 {
     _anim.StopAllAnimations();
     _anim.PlayAnim(1);
     StartCoroutine(TextHidden());
 }