ArcAnnihilation.Spell.Spell C# (CSharp) Method

Spell() public method

public Spell ( Ability ab ) : System
ab Ability
return System
        public Spell(Ability ab)
        {
            Name = ab.StoredName();
            _cd = ab.Cooldown;
            _texture = Textures.GetItemTexture(Name);
        }

Same methods

Spell::Spell ( string name, float cooldown ) : System