mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
allow devmode to find custom cards
This commit is contained in:
@@ -236,6 +236,10 @@ public class StaticData {
|
||||
return commonCards;
|
||||
}
|
||||
|
||||
public CardDb getCustomCards() {
|
||||
return customCards;
|
||||
}
|
||||
|
||||
public CardDb getVariantCards() {
|
||||
return variantCards;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user