forked from External/mage
Added cubes for Sealed and Daft Tournaments. Added a simple Swiss like tournament format.
This commit is contained in:
parent
e3d543fa76
commit
e490d6af61
44 changed files with 3119 additions and 246 deletions
|
|
@ -339,6 +339,12 @@ public class SessionImpl implements Session {
|
|||
return serverState.getDeckTypes();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String[] getDraftCubes() {
|
||||
return serverState.getDraftCubes();
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public List<TournamentTypeView> getTournamentTypes() {
|
||||
return serverState.getTournamentTypes();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue