v2rayN/v2rayN/ServiceLib/GlobalUsings.cs
2024-08-20 14:30:45 +08:00

9 lines
No EOL
315 B
C#

global using ServiceLib.Base;
global using ServiceLib.Common;
global using ServiceLib.Enums;
global using ServiceLib.Handler;
global using ServiceLib.Handler.CoreConfig;
global using ServiceLib.Handler.Fmt;
global using ServiceLib.Handler.Statistics;
global using ServiceLib.Models;
global using ServiceLib.Resx;