添加插件
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Obvious.Soap.Example
|
||||
{
|
||||
[CreateAssetMenu(fileName = "ScriptableDictionaryElementInt",
|
||||
menuName = "Soap/Examples/ScriptableDictionary/ScriptableDictionaryElementInt")]
|
||||
public class ScriptableDictionaryElementInt : ScriptableDictionary<ScriptableEnumElement, int>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user