Package mage.watchers.common

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

Related Classes of mage.watchers.common.MiracleWatcher

Copyright © 2018 www.massapicom. 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.