1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 09:16:01 +08:00
xNode/Scripts/Editor/Resources/ScriptTemplates/xNode_NodeGraphTemplate.cs.txt
Thor Brigsted 5ef958f298 Added c# script templates
Create > xNode > Node/NodeGraph
2018-02-19 17:09:59 +01:00

9 lines
166 B
Plaintext

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