ArcAnnihilation.Spell.Spell C# (CSharp) Метод

Spell() публичный Метод

public Spell ( string name, float cooldown ) : System
name string
cooldown float
Результат System
        public Spell(string name,float cooldown)
        {
            Name = name;
            _cd = cooldown;
            _texture = Textures.GetItemTexture(Name);
        }

Same methods

Spell::Spell ( Ability ab ) : System