mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-20 09:16:01 +08:00
10 lines
267 B
C#
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 {
|
|
|
|
}
|