Type changes, fix changes to botLootGen
This commit is contained in:
@@ -5,8 +5,8 @@ namespace Core.Models.Spt.Bots;
|
||||
public class ItemSpawnLimitSettings
|
||||
{
|
||||
[JsonPropertyName("currentLimits")]
|
||||
public Dictionary<string, int>? CurrentLimits { get; set; }
|
||||
public Dictionary<string, double>? CurrentLimits { get; set; }
|
||||
|
||||
[JsonPropertyName("globalLimits")]
|
||||
public Dictionary<string, int>? GlobalLimits { get; set; }
|
||||
}
|
||||
public Dictionary<string, double>? GlobalLimits { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user