Class DonationUrl
- Namespace
- McServerLauncher.Models.Modrinth
- Assembly
- McServerLauncher.dll
public class DonationUrl
- Inheritance
-
DonationUrl
- Inherited Members
Properties
Id
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
Platform
[JsonPropertyName("platform")]
public string? Platform { get; set; }
Property Value
Url
[JsonPropertyName("url")]
public string? Url { get; set; }