Ejemplo n.º 1
0
 private void GoBackBranches()
 {
     cartNotification.SetActive(false);
     finishOrderButton.gameObject.SetActive(false);
     laGranLuchaManager.OpenBranchScene();
     RemoveProducts(foodContainer);
     RemoveProducts(drinkContainer);
     shoppingCartManager.CleanShoppingCart();
     gameObject.SetActive(false);
 }