working intermediate state of the save system

This commit is contained in:
2025-11-21 17:27:46 +01:00
parent 2a4425b9db
commit 2947011a1a
6 changed files with 33 additions and 2 deletions
@@ -94,4 +94,10 @@ public static class SavegameService
_loaded = true;
}
public static void Reset()
{
SaveDatas = new ();
Save();
}
}