示例#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);
     }
 }