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(); } }