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