1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-21 01:36:03 +08:00
xNode/Example/ExampleNodeGraph.cs
2017-10-08 23:33:08 +02:00

9 lines
293 B
C#

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