forked from External/mage
Updated cards which target cards with attribute x
This commit is contained in:
parent
b3712b88c7
commit
dcddc91144
10 changed files with 53 additions and 59 deletions
|
|
@ -105,6 +105,11 @@ public abstract class TargetImpl implements Target {
|
|||
return this.minNumberOfTargets;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMinNumberOfTargets() {
|
||||
return this.minNumberOfTargets;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMaxNumberOfTargets() {
|
||||
return this.maxNumberOfTargets;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue