예제 #1
0
 public EffectDescriptionBuilder ExcludeCaster()
 {
     effect.SetTargetExcludeCaster(true);
     return(this);
 }