feat: global usings among common Launcher project

This commit is contained in:
rjindael 2023-09-10 02:31:14 -07:00
parent 3c604085f7
commit 1e0648a005
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
1 changed files with 6 additions and 0 deletions

View File

@ -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;