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