mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Forgot to commit this.
This commit is contained in:
@@ -22,6 +22,10 @@ public abstract class GameObjectMap {
|
||||
return (Card) map((GameObject) c);
|
||||
}
|
||||
|
||||
public GameEntity map(GameEntity e) {
|
||||
return (GameEntity) map((GameObject) e);
|
||||
}
|
||||
|
||||
public CardCollectionView mapCollection(CardCollectionView cards) {
|
||||
CardCollection collection = new CardCollection();
|
||||
for (Card c : cards) {
|
||||
|
||||
Reference in New Issue
Block a user