diff --git a/LME.Shared/GlobalUsings.cs b/LME.Shared/GlobalUsings.cs index e277991..c3d3cbf 100644 --- a/LME.Shared/GlobalUsings.cs +++ b/LME.Shared/GlobalUsings.cs @@ -2,5 +2,5 @@ global using Shared.Services; global using Shared.Services.Hybrid; global using Shared.Models.Base; global using AppInit = Shared.CoreInit; -global using LME.Shared.Online; -global using LME.Shared.Update; +global using LME.Common.Online; +global using LME.Common.Update; diff --git a/LME.Shared/Online/OnlineRegistry.cs b/LME.Shared/Online/OnlineRegistry.cs index e8a9e33..d84073a 100644 --- a/LME.Shared/Online/OnlineRegistry.cs +++ b/LME.Shared/Online/OnlineRegistry.cs @@ -1,7 +1,7 @@ using Shared; using System; -namespace LME.Shared.Online +namespace LME.Common.Online { public static class OnlineRegistry { diff --git a/LME.Shared/Update/ModuleUpdateService.cs b/LME.Shared/Update/ModuleUpdateService.cs index 8e19340..9721d91 100644 --- a/LME.Shared/Update/ModuleUpdateService.cs +++ b/LME.Shared/Update/ModuleUpdateService.cs @@ -10,7 +10,7 @@ using System.Text; using System.Threading; using System.Threading.Tasks; -namespace LME.Shared.Update +namespace LME.Common.Update { public sealed class ModuleUpdateService {