示例#1
0
 public EffectAfflictPlanets(StarTraitType traitType)
 {
     this.Type = traitType;
 }
示例#2
0
 public EffectTemporary(StarTraitType traitType, int duration)
 {
     this.Type     = traitType;
     this.Duration = duration;
 }