feat: global usings among common Launcher project
This commit is contained in:
parent
3c604085f7
commit
1e0648a005
|
|
@ -0,0 +1,6 @@
|
|||
global using System.Diagnostics;
|
||||
global using System.Text.Json.Serialization;
|
||||
global using System.Text.Json;
|
||||
|
||||
global using Kiseki.Launcher.Enums;
|
||||
global using Kiseki.Launcher.Utilities;
|
||||
Loading…
Reference in New Issue