Move the custom set flag to setType.

This commit is contained in:
Lymia Aluysia 2016-09-24 15:58:43 -05:00
parent d678fc1a59
commit e5af2b843b
No known key found for this signature in database
GPG key ID: DB2E204C989251F7
3 changed files with 4 additions and 5 deletions

View file

@ -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;