Implemented Etchings of the Chosen

This commit is contained in:
Evan Kranzler 2019-05-24 21:10:38 -04:00
parent 55bc743a15
commit 79dd09b0dc
12 changed files with 83 additions and 14 deletions

View file

@ -9,13 +9,10 @@ import mage.filter.predicate.ObjectSourcePlayer;
import mage.game.Game;
/**
*
* @author LoneFox
*/
public class ChosenSubtypePredicate implements ObjectPlayerPredicate<ObjectSourcePlayer<MageObject>> {
public ChosenSubtypePredicate() {
}
public enum ChosenSubtypePredicate implements ObjectPlayerPredicate<ObjectSourcePlayer<MageObject>> {
instance;
@Override
public boolean apply(ObjectSourcePlayer<MageObject> input, Game game) {