コード例 #1
0
 public void LearnSpell(LearnSpell Spell)
 {
     if (!Spells.Contains(Spell))
     {
         Spells.Add(Spell);
         Send(&Spell, Spell.Size);
     }
 }
コード例 #2
0
ファイル: GameClient.cs プロジェクト: uvbs/conquerserver
 public void LearnSpell(LearnSpell Spell)
 {
     if (!Spells.Contains(Spell))
     {
         Spells.Add(Spell);
         Send(&Spell, Spell.Size);
     }
 }