mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[MB2] add set
This commit is contained in:
parent
9321c694ca
commit
f5e0d94cac
2 changed files with 283 additions and 1 deletions
|
|
@ -47,7 +47,8 @@ public enum CardRepository {
|
|||
public static final Set<String> snowLandSetCodes = new HashSet<>(Arrays.asList(
|
||||
"CSP",
|
||||
"MH1",
|
||||
"ME2"
|
||||
"ME2",
|
||||
"MB2"
|
||||
));
|
||||
|
||||
CardRepository() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue