mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
fixed build
This commit is contained in:
parent
5f83ddf5ba
commit
a6f1bc7f00
1 changed files with 1 additions and 2 deletions
|
@ -29,13 +29,12 @@
|
||||||
package mage.target.common;
|
package mage.target.common;
|
||||||
|
|
||||||
import mage.filter.common.FilterControlledCreaturePermanent;
|
import mage.filter.common.FilterControlledCreaturePermanent;
|
||||||
import mage.target.TargetPermanent;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author BetaSteward_at_googlemail.com
|
* @author BetaSteward_at_googlemail.com
|
||||||
*/
|
*/
|
||||||
public class TargetControlledCreaturePermanent extends TargetPermanent {
|
public class TargetControlledCreaturePermanent extends TargetControlledPermanent {
|
||||||
|
|
||||||
public TargetControlledCreaturePermanent() {
|
public TargetControlledCreaturePermanent() {
|
||||||
this(1, 1, new FilterControlledCreaturePermanent(), false);
|
this(1, 1, new FilterControlledCreaturePermanent(), false);
|
||||||
|
|
Loading…
Reference in a new issue