Example #1
0
 protected override bool ExeOnTarget(BaseEntity tar)
 {
     tar.AttackTarget();
     return(true);
 }