Fixed inaccuracies on profile creation

This commit is contained in:
Chomp
2025-01-22 14:29:57 +00:00
parent d39b877cba
commit e7d5fda4d8
2 changed files with 10 additions and 2 deletions
@@ -231,6 +231,9 @@ public record BotBaseHealth
public CurrentMax? Hydration { get; set; }
public CurrentMax? Energy { get; set; }
public CurrentMax? Temperature { get; set; }
[JsonConverter(typeof(ArrayToObjectFactoryConverter))]
[JsonPropertyName("BodyParts")]
public Dictionary<string, BodyPartHealth>? BodyParts { get; set; }
public double? UpdateTime { get; set; }
public bool? Immortal { get; set; }