mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08: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…
Add table
Add a link
Reference in a new issue