Merge fix

This commit is contained in:
Oleg Agafonov 2023-11-23 09:32:07 +04:00
parent a0ed89035f
commit 5691ffa40e
5 changed files with 9 additions and 15 deletions

View file

@ -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;