Ejemplo n.º 1
0
    public void SkillButton(string className)
    {
        Ally ally = GetAlly(className);

        if (ally != null)
        {
            ally.CallSkill();
        }
    }