CTT/Unity/Assets/XNode/Editor/Resources/ScriptTemplates/xNode_NodeGraphTemplate.cs.txt

9 lines
166 B
Plaintext
Raw Normal View History

2021-04-08 20:09:59 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using XNode;
[CreateAssetMenu]
public class #SCRIPTNAME# : NodeGraph {
#NOTRIM#
}