WIP: DMU Booster Draft

This commit is contained in:
paulsnoops
2022-08-30 12:09:57 +01:00
parent cef8309116
commit ada408e6f7
5 changed files with 649 additions and 327 deletions

View File

@@ -140,6 +140,7 @@ public final class CardEdition implements Comparable<CardEdition> {
BUNDLE("bundle"),
BOX_TOPPER("box topper"),
DUNGEONS("dungeons"),
JUMPSTART("jumpstart"),
REBALANCED("rebalanced");
private final String name;