Beispiel #1
0
    // Start is called before the first frame update

    public void PlaySkill(BaseHero bh)
    {
        bh.SkillQ();
        bh.SkillW();
        bh.SkillE();
        bh.SkillR();
    }