move location of generators and fix namespaces

This commit is contained in:
CWX
2025-01-06 19:10:33 +00:00
parent a7ed0e5282
commit 032a89fb93
6 changed files with 6 additions and 5 deletions
+11
View File
@@ -0,0 +1,11 @@
using Core.Models.Eft.Common.Tables;
namespace Core.Generators;
public class BotGenerator
{
public PmcInventory GenerateInventory(Inventory templateInventory, Chances equipmentChances, Generation generation, string botRole, bool isPmc)
{
throw new NotImplementedException();
}
}