mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[CMR] Implemented Sweet-Gum Recluse
This commit is contained in:
parent
408d2b5fc4
commit
7803d92aa6
7 changed files with 73 additions and 11 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue