1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-02-04 22:34:54 +08:00
xNode/xNode-master/Scripts/Editor/Resources/ScriptTemplates/xNode_NodeGraphTemplate.cs.txt
2021-07-04 21:13:45 +02:00

9 lines
166 B
Plaintext

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using XNode;
[CreateAssetMenu]
public class #SCRIPTNAME# : NodeGraph {
#NOTRIM#
}