Skip to content

Commit

Permalink
restore service
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddio0141 committed Aug 8, 2024
1 parent 179f653 commit 0cc74fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace UniTAS.Patcher.Implementations.UnityFix;

// [Singleton]
[Singleton]
public partial class SaveScriptableObjectStates : INewScriptableObjectTracker, IOnAwakeUnconditional, IOnPreGameRestart
{
private readonly List<StoredState> _storedStates = new();
Expand Down Expand Up @@ -102,4 +102,4 @@ public void OnPreGameRestart()
// {
// SaveAll();
// }
}
}

0 comments on commit 0cc74fd

Please sign in to comment.