FM/Assets/Scripts/Runtime/ScriptableObject/NotebookDataScriptableObjec...

9 lines
171 B
C#
Raw Normal View History

2025-06-17 09:31:12 +08:00
using UnityEngine;
namespace HK
{
public class NotebookDataScriptableObject : ScriptableObject
{
public NotebookData Data = new NotebookData();
}
}