//eind test
    #endregion

    //Sets restart timer.
    public void Start()
    {
        endPoint        = GameObject.FindGameObjectWithTag("EndPoint").GetComponent <SphereCollider>();
        recipes         = GetComponent <AllRecipe>();
        intervalRestart = interval;
    }
 public void Start()
 {
     // recipeBase = GameObject.Find("OrderManager").GetComponent<OrderManager>().orderData;
     recipeList = GameObject.Find("OrderManager").GetComponent<AllRecipe>();
     currentScore = 0;
 }