forked from External/mage
[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
|
|
@ -11,23 +11,23 @@ import mage.Constants.PhaseStep;
|
|||
*/
|
||||
public class GameOptions implements Serializable {
|
||||
|
||||
private static GameOptions defInstance = new GameOptions();
|
||||
private static GameOptions defInstance = new GameOptions();
|
||||
|
||||
public static GameOptions getDefault() {
|
||||
return defInstance;
|
||||
}
|
||||
public static GameOptions getDefault() {
|
||||
return defInstance;
|
||||
}
|
||||
|
||||
/**
|
||||
* Defines the running mode. There are some exclusions made for test mode.
|
||||
*/
|
||||
public boolean testMode = false;
|
||||
/**
|
||||
* Defines the running mode. There are some exclusions made for test mode.
|
||||
*/
|
||||
public boolean testMode = false;
|
||||
|
||||
/**
|
||||
* Defines the turn number game should stop on.
|
||||
* By default, is null meaning that game shouldn't stop on any specific turn.
|
||||
*/
|
||||
public Integer stopOnTurn = null;
|
||||
|
||||
/**
|
||||
* Defines the turn number game should stop on.
|
||||
* By default, is null meaning that game shouldn't stop on any specific turn.
|
||||
*/
|
||||
public Integer stopOnTurn = null;
|
||||
|
||||
/**
|
||||
* Stop at the end of the turn if true otherwise stop at the beginning
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue