mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Update ModFiles.cs
This commit is contained in:
parent
9ba58e6851
commit
cd9ead66f5
@ -39,7 +39,7 @@ public class ModFile
|
||||
|
||||
[JsonPropertyName("size_kb")] public int SizeKb { get; set; }
|
||||
|
||||
[JsonPropertyName("size_in_bytes")] public int? SizeInBytes { get; set; }
|
||||
[JsonPropertyName("size_in_bytes")] public long? SizeInBytes { get; set; }
|
||||
|
||||
[JsonPropertyName("changelog_html")] public string ChangelogHtml { get; set; } = "";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user