Beispiel #1
0
 public void RemoveEffect(Combatant target)
 {
     if(target.CanRemoveEffect(this.realID))
     {
         this.StopEffect(target);
     }
 }