Changed some X cost abilities (untested)

This commit is contained in:
Evan Kranzler 2017-09-16 12:58:25 -04:00
parent 8302aa1c54
commit d68efc21c5
10 changed files with 99 additions and 72 deletions

View file

@ -0,0 +1,10 @@
package mage.constants;
/**
*
* @author TheElk801
*/
public enum TargetAdjustment {
NONE,XCOST,DEFENDING_PLAYER
}