mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-06-17 12:08:54 +00:00
Remove global using directive for LME.Common.Playerjs from GlobalUsings.cs and add explicit using statements in module Invoke files that reference PlayerJsDecoder. This improves namespace clarity and reduces unnecessary global imports across the codebase.
7 lines
204 B
C#
7 lines
204 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;
|