Removed unused code (optionalCost);

This commit is contained in:
Oleg Agafonov 2020-09-13 10:33:13 +04:00
parent 6e0c7e868c
commit c325a6d2f0
4 changed files with 0 additions and 81 deletions

View file

@ -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;