using UnityEngine; namespace HK { public class NotebookDataScriptableObject : ScriptableObject { public NotebookData Data = new NotebookData(); } }