deck import in drafted deck editor

This commit is contained in:
Nikolay Hidalgo Diaz
2017-12-30 07:46:10 +03:00
parent d3ff20484d
commit 45bebdff0c
7 changed files with 174 additions and 39 deletions

View File

@@ -188,6 +188,11 @@ public class CustomLimited extends DeckBase {
return cardPool.isEmpty();
}
@Override
public void importDeck(Deck deck) {
throw new UnsupportedOperationException("CustomDraft does not support deck import");
}
@Override
public String getImageKey(boolean altState) {
return null;