public int Attack(Spell spell) { return spell.GetDamage(); }
public void Learn(Spell spell) { this.spell = spell; this.heroSpellDamage = spell.GetDamage(); }