forked from External/mage
added Sealed tournaments
This commit is contained in:
parent
44aefaf47a
commit
f7ffbb4773
51 changed files with 652 additions and 143 deletions
|
|
@ -153,10 +153,6 @@ public class Table implements Serializable {
|
|||
state = TableState.SIDEBOARDING;
|
||||
}
|
||||
|
||||
public void construct() {
|
||||
state = TableState.CONSTRUCTING;
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return this.name;
|
||||
}
|
||||
|
|
@ -177,4 +173,8 @@ public class Table implements Serializable {
|
|||
tableEventSource.addListener(listener);
|
||||
}
|
||||
|
||||
public void initTournament() {
|
||||
state = TableState.CONSTRUCTING;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue