forked from External/mage
Removed unused code (optionalCost);
This commit is contained in:
parent
6e0c7e868c
commit
c325a6d2f0
4 changed files with 0 additions and 81 deletions
|
|
@ -381,15 +381,6 @@ public class StackAbility extends StackObjImpl implements Ability {
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public Costs<Cost> getOptionalCosts() {
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void addOptionalCost(Cost cost) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean checkIfClause(Game game) {
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue