forked from External/mage
Merge fix
This commit is contained in:
parent
a0ed89035f
commit
5691ffa40e
5 changed files with 9 additions and 15 deletions
|
|
@ -49,8 +49,7 @@ public interface MageServer {
|
|||
List<ExpansionInfo> syncGetMissingExpansionData(List<String> codes);
|
||||
List<CardInfo> syncGetMissingCardsData(List<String> classNames);
|
||||
|
||||
// server state methods
|
||||
ServerState serverGetState() throws MageException;
|
||||
ServerState getServerState() throws MageException; // TODO: need stable update process, so rename it after few releases
|
||||
|
||||
UUID serverGetMainRoomId() throws MageException;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue