more work

This commit is contained in:
Alex
2025-01-10 13:49:28 +00:00
parent fa22bc8019
commit 966562bc08
38 changed files with 880 additions and 149 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
using Core.Annotations;
using Core.Models.Eft.Launcher;
using Core.Models.Eft.Profile;
using Core.Models.Spt.Mod;
namespace Core.Controllers;
[Injectable]
public class LauncherController
{
/// <summary>
@@ -144,4 +146,4 @@ public class LauncherController
{
throw new NotImplementedException();
}
}
}