Improved typing

This commit is contained in:
Chomp
2025-01-25 21:43:59 +00:00
parent 8de6a8be94
commit 242e51b746
3 changed files with 36 additions and 23 deletions
@@ -524,10 +524,12 @@ public record AdjustmentDetails
public Dictionary<string, Dictionary<string, float>> Edit { get; set; }
}
public class ArmorPlateWeights : Dictionary<string, object>
public class ArmorPlateWeights
{
[JsonPropertyName("levelRange")]
public MinMax LevelRange { get; set; }
public Dictionary<string, Dictionary<string, double>> Values { get; set; }
}
public record RandomisedResourceDetails