Support viewing and editing variant deck types on Deck Manager

This commit is contained in:
drdev
2015-04-25 14:14:42 +00:00
parent f4ce1d67ef
commit 6a8c0ddece
2 changed files with 119 additions and 52 deletions

View File

@@ -2,6 +2,10 @@ package forge.deck;
public enum DeckType {
CUSTOM_DECK ("Custom User Decks"),
CONSTRUCTED_DECK ("Constructed Decks"),
COMMANDER_DECK ("Commander Decks"),
SCHEME_DECKS ("Scheme Decks"),
PLANAR_DECKS ("Planar Decks"),
PRECONSTRUCTED_DECK("Preconstructed Decks"),
QUEST_OPPONENT_DECK ("Quest Opponent Decks"),
COLOR_DECK ("Random Color Decks"),