public void StartGame() { userInterfaceManager.HideMainMenu(); playerController.StartGame(); gameStarted = true; }