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