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