Ejemplo n.º 1
0
        private void endGame()
        {
            display.Enable(false);

            ScoreInterface.Instance.SetTimeControlerInterval(TimeSpan.FromSeconds(1));

            GameManager.Instance.NextGame();
        }