89909192939495
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(); }
4546474849505152
protected Effects effects; public Mode() { this.id = UUID.randomUUID(); this.targets = new Targets(); this.choices = new Choices(); this.effects = new Effects(); }