mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
reorganized various constructed formats
This commit is contained in:
parent
4967750669
commit
0d038b1737
12 changed files with 23 additions and 102 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue