10 lines
323 B
C#
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>
|
|
{
|
|
}
|
|
} |