Exemplo n.º 1
0
 private void OnPlacingCarrotExit()
 {
     MenusController.HidePlacingMenu();
     if (!showSearchingUI)
     {
         MenusController.ShowBottomMenu();
     }
 }