[NEO] fixed implementation of March additional costs (#8524)

This commit is contained in:
Evan Kranzler 2022-02-12 14:27:35 -05:00
parent 8f693bf75e
commit cff38b74b9
9 changed files with 72 additions and 89 deletions

View file

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