Ejemplo n.º 1
0
 private void Hover()
 {
     StopAllCoroutines();
     soundManager.PlaySoundEffect("menuHover");
     StartCoroutine(SmoothLabelBg(100f, highlighted));
 }