[MKM] Implement Due Diligence

This commit is contained in:
theelk801 2024-01-27 10:21:15 -05:00
parent aeaad989b7
commit 61e1750428
5 changed files with 82 additions and 11 deletions

View file

@ -10,7 +10,8 @@ import mage.game.permanent.Permanent;
*
* @author LevelX2
*/
public class AnotherEnchantedPredicate implements ObjectSourcePlayerPredicate<Permanent> {
public enum AnotherEnchantedPredicate implements ObjectSourcePlayerPredicate<Permanent> {
instance;
@Override
public boolean apply(ObjectSourcePlayer<Permanent> input, Game game) {