refactor: move class to correct package

This commit is contained in:
xenohedron 2025-05-31 15:47:16 -04:00 committed by Failure
parent 7544dd9039
commit 7b540fc61c
6 changed files with 6 additions and 15 deletions

View file

@ -1,4 +1,4 @@
package mage.filter.predicate.card;
package mage.filter.predicate.mageobject;
import mage.MageObject;
import mage.filter.StaticFilters;