Force BodyParts to show
This commit is contained in:
@@ -457,6 +457,7 @@ public record DamageHistory
|
||||
public LethalDamage? LethalDamage { get; set; }
|
||||
|
||||
[JsonConverter(typeof(ArrayToObjectFactoryConverter))]
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
|
||||
public BodyPartsDamageHistory? BodyParts { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user