[MB2] add set

This commit is contained in:
theelk801 2024-08-13 11:16:28 -04:00
parent 9321c694ca
commit f5e0d94cac
2 changed files with 283 additions and 1 deletions

View file

@ -47,7 +47,8 @@ public enum CardRepository {
public static final Set<String> snowLandSetCodes = new HashSet<>(Arrays.asList(
"CSP",
"MH1",
"ME2"
"ME2",
"MB2"
));
CardRepository() {