Skip to content
Snippets Groups Projects
Commit a61171fc authored by Raylouis's avatar Raylouis
Browse files

[FIX] retry

parent 5b5f3fb6
No related merge requests found
......@@ -143,6 +143,7 @@ public class DataPersistenceManager : MonoBehaviour
public void RetryGame(int scene)
{
this.gameData = new GameData(scene);
this.newGame = true;
}
public void LoadGame()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment