Allow sort by EDH Power level in Deck Editor

This commit is contained in:
spjspj 2017-05-11 17:52:43 +10:00
parent 5b225fa142
commit 347d08298f
4 changed files with 544 additions and 13 deletions

View file

@ -102,7 +102,8 @@ public final class Constants {
COLOR_IDENTITY("Color Identity"),
NAME("Name"),
RARITY("Rarity"),
UNSORTED("Unsorted");
UNSORTED("Unsorted"),
EDH_POWER_LEVEL("EDH Power Level");
private final String text;