Files
UltimateFishing2020/Assets/Scripts/Assembly-CSharp/UnityEngine/AzureSky/AzureGlobalWeather.cs
2026-03-04 10:03:45 +08:00

13 lines
184 B
C#

using System;
namespace UnityEngine.AzureSky
{
[Serializable]
public sealed class AzureGlobalWeather
{
public AzureWeatherProfile profile;
public float transitionLength;
}
}