forked from External/mage
enum conditions
This commit is contained in:
parent
40870f22c2
commit
ea6ba3c0a9
28 changed files with 57 additions and 46 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue