private void Update() { if (Input.GetButton("Cancel")) { _menuMananger.ToggleScene(); } }
public void StartGame() { _menuMananger.ToggleScene(); }