mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
MageSingleton marker interface
This commit is contained in:
parent
60bd1f9585
commit
5b83ffe518
35 changed files with 147 additions and 79 deletions
|
|
@ -28,15 +28,17 @@
|
|||
|
||||
package mage.abilities.keyword;
|
||||
|
||||
import java.io.ObjectStreamException;
|
||||
import mage.Constants.Zone;
|
||||
import mage.abilities.MageSingleton;
|
||||
import mage.abilities.StaticAbility;
|
||||
|
||||
import java.io.ObjectStreamException;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class DefenderAbility extends StaticAbility<DefenderAbility> {
|
||||
public class DefenderAbility extends StaticAbility<DefenderAbility> implements MageSingleton {
|
||||
|
||||
private static final DefenderAbility fINSTANCE = new DefenderAbility();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue