forked from External/mage
Move the custom set flag to setType.
This commit is contained in:
parent
d678fc1a59
commit
e5af2b843b
3 changed files with 4 additions and 5 deletions
|
|
@ -11,7 +11,8 @@ public enum SetType {
|
|||
SUPPLEMENTAL("Supplemental"),
|
||||
SUPPLEMENTAL_STANDARD_LEGAL("Standard Legal Supplemental"),
|
||||
PROMOTIONAL("Promotional"),
|
||||
JOKESET("Joke Set");
|
||||
JOKESET("Joke Set"),
|
||||
CUSTOM_SET("Unofficial Set");
|
||||
|
||||
private final String text;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue