using System.Collections; using System.Collections.Generic; using UnityEngine; public class NodeData : MonoBehaviour { public Node node = null; }