forked from External/mage
[refactor] removed generic parameter from Target
This commit is contained in:
parent
7af040e70b
commit
82a45cee88
57 changed files with 70 additions and 73 deletions
|
|
@ -35,7 +35,7 @@ import mage.target.TargetPermanent;
|
|||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class TargetAttackingCreature extends TargetPermanent<TargetAttackingCreature> {
|
||||
public class TargetAttackingCreature extends TargetPermanent {
|
||||
|
||||
public TargetAttackingCreature() {
|
||||
this(1, 1, new FilterAttackingCreature(), false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue