fix: add Kiseki.Launcher.Models to Usings

This commit is contained in:
rjindael 2023-09-10 02:32:05 -07:00
parent 9e4cb6bfce
commit bc55ce7e83
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@ global using System.Text.Json.Serialization;
global using System.Text.Json;
global using Kiseki.Launcher.Enums;
global using Kiseki.Launcher.Models;
global using Kiseki.Launcher.Utilities;