forked from External/mage
code style: eliminate unnecessary static imports (#10585)
* SacrificeTargetCost(StaticFilters) * remove import static mage.constants.Outcome * remove import static mage.constants.Duration * remove other import static * a few more sacrifice filters * simpler constructors * remove import static mage.filter * remove a few more import static
This commit is contained in:
parent
f6fdcb9d59
commit
0fa971514a
259 changed files with 499 additions and 622 deletions
|
|
@ -2,7 +2,6 @@
|
|||
package mage.target.common;
|
||||
|
||||
import mage.filter.StaticFilters;
|
||||
import static mage.filter.StaticFilters.FILTER_PERMANENT_CREATURE;
|
||||
import mage.filter.common.FilterCreaturePermanent;
|
||||
import mage.target.TargetPermanent;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue