Partially implemented BotLootGenerator

This commit is contained in:
Chomp
2025-01-15 12:06:41 +00:00
parent f9f108448a
commit f2c03d9e59
6 changed files with 351 additions and 21 deletions
+3 -1
View File
@@ -1,6 +1,7 @@
using Core.Annotations;
using Core.Generators;
using Core.Helpers;
using Core.Models.Common;
using Core.Models.Eft.Common.Tables;
using Core.Models.Spt.Bots;
using Core.Utils.Cloners;
@@ -54,7 +55,8 @@ public class BotLootCacheService
string botRole,
bool isPmc,
string lootType,
BotType botJsonTemplate)
BotType botJsonTemplate,
MinMax? itemPriceMinMax = null)
{
throw new NotImplementedException();
}