cleanup obsolete comment

This commit is contained in:
xenohedron 2024-12-08 19:04:59 -05:00
parent 9816ec7c26
commit 94db57e9d4

View file

@ -1,8 +1,5 @@
package mage.abilities.effects.common;
import java.util.Set;
import mage.MageObjectReference;
import mage.abilities.Ability;
import mage.abilities.effects.OneShotEffect;
@ -11,11 +8,9 @@ import mage.game.Game;
import mage.game.permanent.Permanent;
import mage.watchers.common.AttackedThisTurnWatcher;
import java.util.Set;
/**
* !!!! This effect needs the adding of the watcher in the using card class
* <p>
* this.getSpellAbility().addWatcher(new AttackedThisTurnWatcher());
*
* @author LevelX2
*/
public class UntapAllThatAttackedEffect extends OneShotEffect {