start more botLootGen and fix types

This commit is contained in:
CWX
2025-01-16 17:11:32 +00:00
parent 7074683aad
commit d7f27820c8
4 changed files with 150 additions and 20 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ public class BotLootCacheService
/// <param name="lootType">what type of loot is needed (backpack/pocket/stim/vest etc)</param>
/// <param name="botJsonTemplate">Base json db file for the bot having its loot generated</param>
/// <returns>Dictionary<string, int></returns>
public Dictionary<string, int> GetLootFromCache(
public Dictionary<string, double> GetLootFromCache(
string botRole,
bool isPmc,
string lootType,