forked from External/mage
simplified ObjectSourcePlayerPredicate interface
This commit is contained in:
parent
b0094331b4
commit
bcb42b8f46
104 changed files with 107 additions and 111 deletions
|
|
@ -45,7 +45,7 @@ public class MentorAbility extends AttacksTriggeredAbility {
|
|||
|
||||
}
|
||||
|
||||
enum MentorAbilityPredicate implements ObjectSourcePlayerPredicate<ObjectSourcePlayer<Card>> {
|
||||
enum MentorAbilityPredicate implements ObjectSourcePlayerPredicate<Card> {
|
||||
instance;
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue