// Use this for initialization
	void Start () 
    {
        landController = GetComponentInParent<LandingController>();
        nutCollector = GetComponentInParent<NutCollector>();

	}