mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
...
This commit is contained in:
parent
df642c2bd5
commit
3fa0e8b8f4
544 changed files with 13327 additions and 3074 deletions
|
|
@ -36,7 +36,7 @@ import mage.abilities.StaticAbility;
|
|||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class DefenderAbility extends StaticAbility {
|
||||
public class DefenderAbility extends StaticAbility<DefenderAbility> {
|
||||
|
||||
private static final DefenderAbility fINSTANCE = new DefenderAbility();
|
||||
|
||||
|
|
@ -57,4 +57,9 @@ public class DefenderAbility extends StaticAbility {
|
|||
return "Defender";
|
||||
}
|
||||
|
||||
@Override
|
||||
public DefenderAbility copy() {
|
||||
return fINSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue