refactor: move class to correct package

This commit is contained in:
xenohedron 2025-05-31 15:47:16 -04:00
parent fdb8fe83af
commit 00084bfd7d
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;