Exemple #1
0
 public int Attack(Spell spell)
 {
     return spell.GetDamage();
 }
Exemple #2
0
 public void Learn(Spell spell)
 {
     this.spell = spell;
     this.heroSpellDamage = spell.GetDamage();
 }