fix group character type

This commit is contained in:
CWX
2025-01-13 21:57:39 +00:00
parent 74a38d80e3
commit c139d8af4c
+2 -2
View File
@@ -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<Item>? Items { get; set; }
}
}