Ejemplo n.º 1
0
 private bool _canAddSpell(TargetingSetting obj)
 {
     return(Spells.All(s => s != CurrentSpell));
 }