forked from External/mage
rewrote singleton to enum where applicable
This commit is contained in:
parent
3b62489ef5
commit
234cfe9519
872 changed files with 1796 additions and 2135 deletions
|
|
@ -39,10 +39,10 @@ import mage.game.permanent.Permanent;
|
|||
|
||||
public class SourceAttackingCondition implements Condition {
|
||||
|
||||
private static final SourceAttackingCondition fInstance = new SourceAttackingCondition();
|
||||
private static final SourceAttackingCondition instance = new SourceAttackingCondition();
|
||||
|
||||
public static SourceAttackingCondition getInstance() {
|
||||
return fInstance;
|
||||
return instance;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue