ArcAnnihilation.Spell.Spell C# (CSharp) 메소드

Spell() 공개 메소드

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

Same methods

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