public void LoadGame(bool restart) { if (restart) { SceneManager.LoadScene(2); } else { SLG.LoadProgress(); } }