Esempio n. 1
0
 public void LearnSpell(LearnSpell Spell)
 {
     if (!Spells.Contains(Spell))
     {
         Spells.Add(Spell);
         Send(&Spell, Spell.Size);
     }
 }
Esempio n. 2
0
 public void LearnSpell(LearnSpell Spell)
 {
     if (!Spells.Contains(Spell))
     {
         Spells.Add(Spell);
         Send(&Spell, Spell.Size);
     }
 }