lampac-ukraine/LME.Shared/GlobalUsings.cs
Felix 5e551b2746 refactor(imports): migrate PlayerJsDecoder from global to explicit usings
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.
2026-05-05 21:53:25 +03:00

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;