public override void OnGetHit(HitGiver r)
 {
     GetComponent <RopeTarget>().Detach();
 }
示例#2
0
 public virtual void OnGetHit(HitGiver r)
 {
 }