Пример #1
0
 public Spell2(string name, int icon, E_MagicType magType, SpellSequence spellseq)
 {
     this.Name     = name;
     this.Icon     = icon;
     this.magType  = magType;
     this.SpellSeq = spellseq;
 }
Пример #2
0
 public Buff(string name, int icon, E_MagicType magType, SpellSequence spellseq)
     : base(name, icon, magType, spellseq)
 {
 }