diff --git a/Core/Models/Eft/Match/GroupCharacter.cs b/Core/Models/Eft/Match/GroupCharacter.cs index 1e36e298..a558812d 100644 --- a/Core/Models/Eft/Match/GroupCharacter.cs +++ b/Core/Models/Eft/Match/GroupCharacter.cs @@ -49,7 +49,7 @@ public class CharacterInfo public string? GameVersion { get; set; } [JsonPropertyName("SavageLockTime")] - public int? SavageLockTime { get; set; } + public double? SavageLockTime { get; set; } [JsonPropertyName("SavageNickname")] public string? SavageNickname { get; set; } @@ -110,4 +110,4 @@ public class Equipment [JsonPropertyName("Items")] public List? Items { get; set; } -} \ No newline at end of file +}