[CMR] Implemented Sweet-Gum Recluse

This commit is contained in:
Evan Kranzler 2020-10-29 19:13:03 -04:00
parent 408d2b5fc4
commit 7803d92aa6
7 changed files with 73 additions and 11 deletions

View file

@ -1,8 +1,3 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package mage.filter.predicate.permanent;
import mage.filter.predicate.Predicate;
@ -10,10 +5,10 @@ import mage.game.Game;
import mage.game.permanent.Permanent;
/**
*
* @author LevelX2
*/
public class EnteredThisTurnPredicate implements Predicate<Permanent> {
public enum EnteredThisTurnPredicate implements Predicate<Permanent> {
instance;
@Override
public boolean apply(Permanent input, Game game) {