Exemplo n.º 1
0
 private void ResetGame()
 {
     _timer.Reset();
     _ghostManager.ResetGhosts();
     pacman.ResetPacman();
 }