using TNode.Models; using UnityEngine; namespace TNode.Runtime{ public class RuntimeGraph:MonoBehaviour{ public GraphData graphData; } }