forked from External/mage
[NEO] fixed implementation of March additional costs (#8524)
This commit is contained in:
parent
8f693bf75e
commit
cff38b74b9
9 changed files with 72 additions and 89 deletions
|
|
@ -3,10 +3,13 @@ package mage.abilities.costs;
|
|||
import mage.abilities.Ability;
|
||||
import mage.game.Game;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
public interface CostAdjuster {
|
||||
@FunctionalInterface
|
||||
public interface CostAdjuster extends Serializable {
|
||||
|
||||
/**
|
||||
* Must check playable and real cast states.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue