Пример #1
0
 public void LearnSpell(LearnSpell Spell)
 {
     if (!Spells.Contains(Spell))
     {
         Spells.Add(Spell);
         Send(&Spell, Spell.Size);
     }
 }
Пример #2
0
 public void LearnSpell(LearnSpell Spell)
 {
     if (!Spells.Contains(Spell))
     {
         Spells.Add(Spell);
         Send(&Spell, Spell.Size);
     }
 }