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

@ -6,7 +6,7 @@ import mage.abilities.effects.Effect;
import mage.constants.Zone;
import mage.filter.FilterPermanent;
import mage.filter.common.FilterCreaturePermanent;
import mage.filter.predicate.permanent.AnotherPredicate;
import mage.filter.predicate.mageobject.AnotherPredicate;
import mage.game.Game;
import mage.game.events.GameEvent;
import mage.game.events.ZoneChangeEvent;