Ejemplo n.º 1
0
 void Start()
 {
     if (transform.childCount > 0 && !elbow)
     {
         guide = GetComponentInChildren <ArrowGuide>();
         guide.SetArrows(canRight, canLeft, canUp, canDown);
     }
 }