Package mage.choices

Examples of mage.choices.Choices


    this.manaCosts = new ManaCostsImpl<ManaCost>();
    this.costs = new CostsImpl<Cost>();
    this.optionalCosts = new CostsImpl<Cost>();
    this.effects = new Effects();
    this.targets = new Targets();
    this.choices = new Choices();
  }
View Full Code Here


    protected Effects effects;

    public Mode() {
        this.id = UUID.randomUUID();
        this.targets = new Targets();
        this.choices = new Choices();
        this.effects = new Effects();
    }
View Full Code Here

TOP

Related Classes of mage.choices.Choices

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.