2022-05-21 17:48:06 +01:00
|
|
|
|
namespace CWX_WeatherPatch
|
2022-05-14 19:53:00 +01:00
|
|
|
|
{
|
|
|
|
|
public class JSONClass
|
|
|
|
|
{
|
|
|
|
|
public float Cloudness { get; set; }
|
|
|
|
|
public int WindDirection { get; set; }
|
|
|
|
|
public float Wind { get; set; }
|
|
|
|
|
public float Rain { get; set; }
|
|
|
|
|
public float RainRandomness { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|