forked from External/mage
removed TargetAdjustment as it is no longer necessary
This commit is contained in:
parent
b833fc7f77
commit
407611c11b
4 changed files with 14 additions and 45 deletions
|
|
@ -13,7 +13,6 @@ import mage.abilities.effects.Effects;
|
|||
import mage.constants.AbilityType;
|
||||
import mage.constants.AbilityWord;
|
||||
import mage.constants.EffectType;
|
||||
import mage.constants.TargetAdjustment;
|
||||
import mage.constants.Zone;
|
||||
import mage.game.Controllable;
|
||||
import mage.game.Game;
|
||||
|
|
@ -532,8 +531,4 @@ public interface Ability extends Controllable, Serializable {
|
|||
TargetAdjuster getTargetAdjuster();
|
||||
|
||||
void adjustTargets(Game game);
|
||||
|
||||
void setTargetAdjustment(TargetAdjustment targetAdjustment);
|
||||
|
||||
TargetAdjustment getTargetAdjustment();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue