Ejemplo n.º 1
0
 private void Start()
 {
     crab     = Limb.FindInParent <Crab>(transform);
     collider = GetComponent <SphereCollider>();
 }