reorganized various constructed formats

This commit is contained in:
Evan Kranzler 2022-03-18 09:49:34 -04:00
parent 4967750669
commit 0d038b1737
12 changed files with 23 additions and 102 deletions

View file

@ -30,12 +30,8 @@ public class Constructed extends DeckValidator {
protected List<Rarity> rarities = new ArrayList<>();
protected Set<String> singleCards = new HashSet<>();
public Constructed() {
super("Constructed");
}
protected Constructed(String name) {
super(name);
this(name, null);
}
protected Constructed(String name, String shortName) {