示例#1
0
        public Dawnbreaker()
        {
            LocalHero = EntityManager.LocalHero;

            Spellbook spellbook = LocalHero.Spellbook;
            Starbreaker = spellbook.Spell1;
            Hammer = spellbook.GetSpellById(AbilityId.dawnbreaker_celestial_hammer); //TODO
            Converge = spellbook.GetSpellById(AbilityId.dawnbreaker_converge); //TODO
        }