using System.Collections; using System.Collections.Generic; using UnityEngine; /// Defines an example nodegraph. [CreateAssetMenu(fileName = "NodeGraphExample", menuName = "Node Graph/Example")] public class NodeGraphExample : NodeGraph { }