mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
[refactoring][minor] Replaced all tabs with four spaces.
This commit is contained in:
parent
e646e4768d
commit
239a4fb100
2891 changed files with 79411 additions and 79411 deletions
|
|
@ -38,28 +38,28 @@ import mage.abilities.StaticAbility;
|
|||
*/
|
||||
public class DefenderAbility extends StaticAbility<DefenderAbility> {
|
||||
|
||||
private static final DefenderAbility fINSTANCE = new DefenderAbility();
|
||||
private static final DefenderAbility fINSTANCE = new DefenderAbility();
|
||||
|
||||
private Object readResolve() throws ObjectStreamException {
|
||||
return fINSTANCE;
|
||||
}
|
||||
private Object readResolve() throws ObjectStreamException {
|
||||
return fINSTANCE;
|
||||
}
|
||||
|
||||
public static DefenderAbility getInstance() {
|
||||
return fINSTANCE;
|
||||
}
|
||||
public static DefenderAbility getInstance() {
|
||||
return fINSTANCE;
|
||||
}
|
||||
|
||||
private DefenderAbility() {
|
||||
super(Zone.BATTLEFIELD, null);
|
||||
}
|
||||
private DefenderAbility() {
|
||||
super(Zone.BATTLEFIELD, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "Defender";
|
||||
}
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "Defender";
|
||||
}
|
||||
|
||||
@Override
|
||||
public DefenderAbility copy() {
|
||||
return fINSTANCE;
|
||||
}
|
||||
@Override
|
||||
public DefenderAbility copy() {
|
||||
return fINSTANCE;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue