13 lines
184 B
C#
13 lines
184 B
C#
using System;
|
|
|
|
namespace UnityEngine.AzureSky
|
|
{
|
|
[Serializable]
|
|
public sealed class AzureGlobalWeather
|
|
{
|
|
public AzureWeatherProfile profile;
|
|
|
|
public float transitionLength;
|
|
}
|
|
}
|