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