Improved typing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user