mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Support extracting art from plane cards
This commit is contained in:
@@ -295,6 +295,10 @@ public enum ConquestPlane {
|
||||
return commanders;
|
||||
}
|
||||
|
||||
public FCollectionView<PaperCard> getPlaneCards() {
|
||||
return planeCards;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user