mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Added missing removeImprinted function.
This commit is contained in:
@@ -644,6 +644,10 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
this.imprintedCards.addAll(list);
|
||||
}
|
||||
|
||||
public final void removeImprinted(final Object o) {
|
||||
this.imprintedCards.remove(o);
|
||||
}
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* getImprinted.
|
||||
|
||||
Reference in New Issue
Block a user