Files
Ultimate-Fishing-Simulator-…/Assets/Scripts/Assembly-CSharp/ScriptableWeatherVariable.cs
2026-03-04 09:37:33 +08:00

8 lines
232 B
C#

using Obvious.Soap;
using UnityEngine;
[CreateAssetMenu(fileName = "scriptable_variable_WeatherType", menuName = "Soap/ScriptableVariables/WeatherType")]
public class ScriptableWeatherVariable : ScriptableVariable<WeatherType>
{
}