mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Add DiscordURL to links object
This commit is contained in:
parent
36eae54bb0
commit
a2856e6605
@ -13,4 +13,6 @@ public class LinksObject
|
||||
[JsonPropertyName("download")] public string Download { get; set; } = string.Empty;
|
||||
|
||||
[JsonPropertyName("machineURL")] public string MachineURL { get; set; } = string.Empty;
|
||||
|
||||
[JsonProperty("discordURL")] public string DiscordURL { get; set; } = string.Empty;
|
||||
}
|
Loading…
Reference in New Issue
Block a user