Support extracting art from plane cards

This commit is contained in:
drdev
2015-12-05 22:35:28 +00:00
parent 930c08cce0
commit 67c70bffbb
8 changed files with 131 additions and 9 deletions

View File

@@ -295,6 +295,10 @@ public enum ConquestPlane {
return commanders;
}
public FCollectionView<PaperCard> getPlaneCards() {
return planeCards;
}
public String toString() {
return name;
}