xNode_NodeGraphTemplate.cs.txt 166 B

123456789
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. using XNode;
  5. [CreateAssetMenu]
  6. public class #SCRIPTNAME# : NodeGraph {
  7. #NOTRIM#
  8. }