forked from External/mage
refactor: removed outdated code with databases sync (cards db downloads from a server);
This commit is contained in:
parent
d6adc6d051
commit
ab515e60fe
7 changed files with 9 additions and 100 deletions
|
|
@ -44,12 +44,6 @@ public interface MageServer {
|
|||
|
||||
Object serverGetPromotionMessages(String sessionId) throws MageException;
|
||||
|
||||
// sync cards send sets db
|
||||
@Deprecated // TODO: outdated, no more client/server sync, can be removed?
|
||||
List<ExpansionInfo> syncGetMissingExpansionData(List<String> codes);
|
||||
@Deprecated // TODO: outdated, no more client/server sync, can be removed?
|
||||
List<CardInfo> syncGetMissingCardsData(List<String> classNames);
|
||||
|
||||
ServerState getServerState() throws MageException; // TODO: need stable update process, so rename it after few releases
|
||||
|
||||
// TODO: miss session
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue