// Restart the game private void HandleRestart() { _localStorageManager.ClearGameState(); _inputManager.ContinueGame(); Setup(); }