diff --git a/Libraries/Core/Models/Eft/Common/Tables/BotBase.cs b/Libraries/Core/Models/Eft/Common/Tables/BotBase.cs index 6b0c80d3..2f424c4c 100644 --- a/Libraries/Core/Models/Eft/Common/Tables/BotBase.cs +++ b/Libraries/Core/Models/Eft/Common/Tables/BotBase.cs @@ -413,14 +413,8 @@ public record Victim public string? ColliderType { get; set; } public string? Role { get; set; } public string? Location { get; set; } - [JsonPropertyName("GInterface186.ProfileId")] - public string? UnusedProfileId { get; set; } - [JsonPropertyName("GInterface186.Nickname")] - public string? UnusedName { get; set; } - [JsonPropertyName("GInterface186.Side")] - public string? UnusedSide { get; set; } - [JsonPropertyName("GInterface186.PrestigeLevel")] - public int? UnusedPrestige { get; set; } + [JsonExtensionData] + public Dictionary OtherProperties { get; set; } } public record SessionCounters @@ -457,14 +451,8 @@ public record Aggressor public string? Category { get; set; } public string? ColliderType { get; set; } public string? Role { get; set; } - [JsonPropertyName("GInterface186.ProfileId")] - public string? UnusedProfileId { get; set; } - [JsonPropertyName("GInterface186.Nickname")] - public string? UnusedName { get; set; } - [JsonPropertyName("GInterface186.Side")] - public string? UnusedSide { get; set; } - [JsonPropertyName("GInterface186.PrestigeLevel")] - public int? UnusedPrestige { get; set; } + [JsonExtensionData] + public Dictionary OtherProperties { get; set; } } public record DamageHistory