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