enum conditions

This commit is contained in:
ingmargoudt 2017-04-06 16:30:22 +02:00
parent 40870f22c2
commit ea6ba3c0a9
28 changed files with 57 additions and 46 deletions

View file

@ -13,7 +13,9 @@ import mage.watchers.common.CastFromHandWatcher;
*
* @author Loki
*/
public class CastFromHandSourceCondition implements Condition {
public enum CastFromHandSourceCondition implements Condition {
instance;
@Override
public boolean apply(Game game, Ability source) {