1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 09:16:01 +08:00
xNode/Examples/NodeToy/MathToyNodeGraph.cs
2017-09-27 23:41:01 +02:00

10 lines
267 B
C#

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