Example #1
0
 protected override void DestoryThis()
 {
     if (attackInfo != null)
     {
         if (attackInfo.AttackFailed != null)
         {
             attackInfo.AttackFailed(transform.position);
         }
     }
     base.DestoryThis();
 }