Package mage.abilities.costs.common

Examples of mage.abilities.costs.common.RevealSourceFromYourHandCost


*/
public class ForecastAbility extends LimitedTimesPerTurnActivatedAbility {

    public ForecastAbility(Effect effect, Cost cost) {
        super(Zone.HAND, effect, cost);
        this.addCost(new RevealSourceFromYourHandCost());
    }
View Full Code Here

TOP

Related Classes of mage.abilities.costs.common.RevealSourceFromYourHandCost

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.