fix: add Kiseki.Launcher.Models to Usings
This commit is contained in:
parent
9e4cb6bfce
commit
bc55ce7e83
|
|
@ -3,4 +3,5 @@ global using System.Text.Json.Serialization;
|
||||||
global using System.Text.Json;
|
global using System.Text.Json;
|
||||||
|
|
||||||
global using Kiseki.Launcher.Enums;
|
global using Kiseki.Launcher.Enums;
|
||||||
|
global using Kiseki.Launcher.Models;
|
||||||
global using Kiseki.Launcher.Utilities;
|
global using Kiseki.Launcher.Utilities;
|
||||||
Loading…
Reference in New Issue