Implemented more of Bot Generation

This commit is contained in:
Chomp
2025-01-14 16:56:37 +00:00
parent 7f411c808e
commit 144b63d8ef
5 changed files with 123 additions and 24 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ public class BotEquipmentFilterService
/// <param name="botRole">Role of the bot we want the blacklist for</param>
/// <param name="playerLevel">Level of the player</param>
/// <returns>EquipmentBlacklistDetails object</returns>
public EquipmentFilterDetails GetBotEquipmentBlacklist(string botRole, int playerLevel)
public EquipmentFilterDetails GetBotEquipmentBlacklist(string botRole, double playerLevel)
{
throw new NotImplementedException();
}