forked from External/mage
[AFR] Implemented Xanathar, Guild Kingpin (#8045)
* [AFR] Implemented Xanathar, Guild Kingpin Co-authored-by: Oleg Agafonov <jaydi85@gmail.com>
This commit is contained in:
parent
65761b085f
commit
f03a410b9e
25 changed files with 477 additions and 55 deletions
|
|
@ -25,7 +25,8 @@ public enum TargetController {
|
|||
OWNER,
|
||||
CONTROLLER_ATTACHED_TO,
|
||||
NEXT,
|
||||
EACH_PLAYER;
|
||||
EACH_PLAYER,
|
||||
SOURCE_TARGETS;
|
||||
|
||||
private final OwnerPredicate ownerPredicate;
|
||||
private final PlayerPredicate playerPredicate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue