Shinydat File For Pgsharp -
[JsonPropertyName("type")] public string Type { get; set; }
public class Condition { [JsonPropertyName("terrain_height")] public string TerrainHeight { get; set; } } shinydat file for pgsharp
[JsonPropertyName("density")] public float Density { get; set; } } [JsonPropertyName("type")] public string Type { get; set; }
Console.WriteLine($"ShinyData Version: {shinyData.Version}"); [JsonPropertyName("type")] public string Type { get








