示例#1
0
 public EffectDescriptionBuilder HalfDamageOnMiss()
 {
     effect.SetHalfDamageOnAMiss(true);
     return(this);
 }