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