This commit is contained in:
BetaSteward 2011-08-25 07:47:08 -04:00
commit b09de12f23
30 changed files with 636 additions and 232 deletions

View file

@ -91,6 +91,7 @@ public interface MageServer {
public void sendPlayerBoolean(UUID gameId, String sessionId, Boolean data) throws MageException;
public void sendPlayerInteger(UUID gameId, String sessionId, Integer data) throws MageException;
public void concedeGame(UUID gameId, String sessionId) throws MageException;
//tournament methods
public void startTournament(String sessionId, UUID roomId, UUID tableId) throws MageException;