forked from External/mage
Allow sort by EDH Power level in Deck Editor
This commit is contained in:
parent
5b225fa142
commit
347d08298f
4 changed files with 544 additions and 13 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue