Skip to content

Commit 1678995

Browse files
authored
Update JsonSaveLoadService.cs
1 parent 49a8617 commit 1678995

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

JsonSaveLoadService.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Resharper disable all
12
// **************************************************************** //
23
//
34
// Copyright (c) RimuruDev. All rights reserved.
@@ -18,7 +19,7 @@
1819
using UnityEditor;
1920
#endif
2021

21-
namespace AbyssMoth.Internal.Codebase.Infrastructure.StorageService
22+
namespace RimuruDev.StorageService
2223
{
2324
public sealed class JsonSaveLoadService : ISaveLoadService
2425
{

0 commit comments

Comments
 (0)