Files
SPT-Server-Build/Core/Generators/BotGenerator.cs
T

11 lines
303 B
C#

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