Refactor: correct predicate packages

This commit is contained in:
Oleg Agafonov 2021-02-21 08:00:21 +04:00
parent d343511d73
commit 2dfde7f41a
766 changed files with 771 additions and 830 deletions

View file

@ -7,7 +7,7 @@ import mage.cards.Card;
import mage.constants.SpellAbilityType;
import mage.constants.Zone;
import mage.filter.FilterCard;
import mage.filter.predicate.permanent.AnotherPredicate;
import mage.filter.predicate.mageobject.AnotherPredicate;
import mage.game.Game;
import mage.target.common.TargetCardInYourGraveyard;
import mage.util.CardUtil;