allow devmode to find custom cards

This commit is contained in:
Anthony Calosa
2021-03-20 02:18:16 +08:00
parent a9135b6df4
commit 7fde89dcd7
2 changed files with 15 additions and 2 deletions

View File

@@ -236,6 +236,10 @@ public class StaticData {
return commonCards;
}
public CardDb getCustomCards() {
return customCards;
}
public CardDb getVariantCards() {
return variantCards;
}