Merge pull request #544 from sp-tarkov/remove-warnings

Remove unused dependencies and improve code quality
This commit is contained in:
Jesse
2025-08-12 19:26:05 +02:00
committed by GitHub
parent 2076ac79a8
commit 60958b3d24
26 changed files with 46 additions and 54 deletions
@@ -3,14 +3,13 @@ using SPTarkov.Server.Core.Models.Common;
using SPTarkov.Server.Core.Models.Eft.Bot;
using SPTarkov.Server.Core.Models.Eft.Common.Tables;
using SPTarkov.Server.Core.Models.Spt.Bots;
using SPTarkov.Server.Core.Models.Utils;
using SPTarkov.Server.Core.Services;
using SPTarkov.Server.Core.Utils;
namespace SPTarkov.Server.Core.Generators;
[Injectable]
public class BotLevelGenerator(ISptLogger<BotLevelGenerator> logger, RandomUtil randomUtil, DatabaseService databaseService)
public class BotLevelGenerator(RandomUtil randomUtil, DatabaseService databaseService)
{
/// <summary>
/// Return a randomised bot level and exp value