public override void OnGetHit(HitGiver r)
 {
     GetComponent <RopeTarget>().Detach();
 }
 public virtual void OnGetHit(HitGiver r)
 {
 }