mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Refactor: correct predicate packages
This commit is contained in:
parent
d343511d73
commit
2dfde7f41a
766 changed files with 771 additions and 830 deletions
|
|
@ -22,8 +22,8 @@ import mage.filter.predicate.Predicate;
|
|||
import mage.filter.predicate.Predicates;
|
||||
import mage.filter.predicate.mageobject.ColorPredicate;
|
||||
import mage.filter.predicate.mageobject.ColorlessPredicate;
|
||||
import mage.filter.predicate.other.CardTextPredicate;
|
||||
import mage.filter.predicate.other.ExpansionSetPredicate;
|
||||
import mage.filter.predicate.card.CardTextPredicate;
|
||||
import mage.filter.predicate.card.ExpansionSetPredicate;
|
||||
import mage.game.events.Listener;
|
||||
import mage.view.CardView;
|
||||
import mage.view.CardsView;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue