Removed unused injections

This commit is contained in:
Chomp
2025-07-04 09:40:22 +01:00
parent a337b3c4e9
commit 2609db2536
33 changed files with 21 additions and 71 deletions
@@ -13,7 +13,6 @@ namespace SPTarkov.Server.Core.Generators;
public class BotLevelGenerator(
ISptLogger<BotLevelGenerator> _logger,
RandomUtil _randomUtil,
MathUtil _mathUtil,
DatabaseService _databaseService
)
{