mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
[load] one place server ping
This commit is contained in:
parent
e62f06cc54
commit
a746ca680b
8 changed files with 61 additions and 8 deletions
|
|
@ -51,6 +51,8 @@ public interface MageServer {
|
|||
|
||||
public boolean setUserData(String userName, String sessionId, UserDataView userDataView) throws MageException;
|
||||
public ServerState getServerState() throws MageException;
|
||||
|
||||
public boolean ping(String sessionId) throws MageException;
|
||||
|
||||
//table methods
|
||||
public TableView createTable(String sessionId, UUID roomId, MatchOptions matchOptions) throws MageException;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue