Types go brrr

This commit is contained in:
Cj
2025-01-07 06:22:07 -05:00
parent cab9a47282
commit b7ec4eb715
19 changed files with 289 additions and 1 deletions
+3
View File
@@ -1,7 +1,10 @@
using Core.Models.Common;
using Core.Models.Eft.Bot;
using Core.Models.Eft.Common;
using Core.Models.Eft.Common.Tables;
using Core.Models.Spt.Bots;
using Core.Models.Spt.Config;
using Condition = Core.Models.Spt.Config.Condition;
namespace Core.Controllers;