forked from External/mage
some server optimizations
This commit is contained in:
parent
e97d655bd1
commit
7ab5649132
4 changed files with 44 additions and 35 deletions
|
|
@ -47,6 +47,7 @@ public interface GamesRoom extends Room {
|
|||
|
||||
public List<TableView> getTables();
|
||||
public List<MatchView> getFinished();
|
||||
public List<String> getPlayers();
|
||||
public boolean joinTable(UUID userId, UUID tableId, String name, String playerType, int skill, DeckCardLists deckList) throws MageException;
|
||||
public boolean joinTournamentTable(UUID userId, UUID tableId, String name, String playerType, int skill) throws GameException;
|
||||
public TableView createTable(UUID userId, MatchOptions options);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue