Ejemplo n.º 1
0
 public void AnimateAbility(HeroManager h, string animationName)
 {
     if (heroAnimator != null)
     {
         heroAnimator.AnimateAbility(h, animationName);
     }
 }