Examples of MiracleWatcher


Examples of mage.watchers.common.MiracleWatcher

    private String ruleText;
   
    @SuppressWarnings("unchecked")
    public MiracleAbility(Card card, ManaCosts miracleCosts) {
            super(Zone.HAND, new MiracleEffect((ManaCosts<ManaCost>)miracleCosts), true);
            card.addWatcher(new MiracleWatcher());
            ruleText = "Miracle " + miracleCosts.getText() + staticRule;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.