Create Add Basic Lands dialog for desktop app

This commit is contained in:
drdev
2015-09-27 01:06:48 +00:00
parent fc73105532
commit 2abc509f46
14 changed files with 552 additions and 36 deletions

View File

@@ -239,5 +239,5 @@ public class Deck extends DeckBase implements Iterable<Entry<DeckSection, CardPo
}
}
return true;
}
}
}

View File

@@ -151,5 +151,5 @@ public class DeckGroup extends DeckBase {
@Override
public boolean isEmpty() {
return humanDeck == null || humanDeck.isEmpty();
}
}
}