mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
deck import in drafted deck editor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user