Example #1
0
 protected override bool ExeOnTarget(BaseEntity target)
 {
     target.AddEffects(effectName, effectAttachType);
     return(true);
 }