예제 #1
0
    private void ExitAndRestartIfNeeded(bool shouldRestart)
    {
        appControls.ExitToMenu();

        if (shouldRestart)
        {
            appControls.StartGame();
        }
    }
예제 #2
0
 public void StartGame()
 {
     appControls.StartGame();
 }