Add BuildController.cs

This commit is contained in:
Cj
2025-01-06 19:49:49 -05:00
parent 210ee10362
commit e5481361cf
2 changed files with 73 additions and 2 deletions
+7 -2
View File
@@ -1,4 +1,5 @@
using Core.Models.Common;
using Core.Models.Eft.Common;
using Core.Models.Eft.Common.Tables;
using Core.Models.Spt.Config;
@@ -83,10 +84,14 @@ public class BotController
{
throw new NotImplementedException();
}
public int GetBotCap()
{
throw new NotImplementedException();
}
public object GetAiBotBrainTypes() // TODO: Returns `any` in the node server
{
throw new NotImplementedException();
}
}