mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-06-17 12:08:54 +00:00
Move the PlayerJsDecoder class from Shared.Engine to LME.Common.Playerjs namespace to align with the common library structure. Update global usings in GlobalUsings.cs and add references to PlayerJsDecoder.cs in module manifest files to reflect the new namespace location.
8 lines
238 B
C#
8 lines
238 B
C#
global using Shared.Services;
|
|
global using Shared.Services.Hybrid;
|
|
global using Shared.Models.Base;
|
|
global using AppInit = Shared.CoreInit;
|
|
global using LME.Common.Online;
|
|
global using LME.Common.Update;
|
|
global using LME.Common.Playerjs;
|