public EffectAfflictPlanets(StarTraitType traitType) { this.Type = traitType; }
public EffectTemporary(StarTraitType traitType, int duration) { this.Type = traitType; this.Duration = duration; }