Files
Fishing2/Assets/Obvious/Soap/Examples/Content/Scripts/ScriptableDictionaryElementInt.cs
2026-01-01 23:09:08 +08:00

10 lines
323 B
C#

using UnityEngine;
namespace Obvious.Soap.Example
{
[CreateAssetMenu(fileName = "ScriptableDictionaryElementInt",
menuName = "Soap/Examples/ScriptableDictionary/ScriptableDictionaryElementInt")]
public class ScriptableDictionaryElementInt : ScriptableDictionary<ScriptableEnumElement, int>
{
}
}