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