We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a8617 commit 1678995Copy full SHA for 1678995
JsonSaveLoadService.cs
@@ -1,3 +1,4 @@
1
+// Resharper disable all
2
// **************************************************************** //
3
//
4
// Copyright (c) RimuruDev. All rights reserved.
@@ -18,7 +19,7 @@
18
19
using UnityEditor;
20
#endif
21
-namespace AbyssMoth.Internal.Codebase.Infrastructure.StorageService
22
+namespace RimuruDev.StorageService
23
{
24
public sealed class JsonSaveLoadService : ISaveLoadService
25
0 commit comments