using System; using UnityEngine; namespace Misaki.GraphView { public class GraphModel : ScriptableObject { } }