mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
create target adjuster interface
This commit is contained in:
parent
d3aea0270c
commit
3265b70e2f
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
package mage.target.targetadjustment;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author TheElk801
|
||||
*/
|
||||
public interface TargetAdjuster {
|
||||
|
||||
public void adjustTargets(Ability ability, Game game);
|
||||
}
|
Loading…
Reference in a new issue