diff options
Diffstat (limited to 'Other/NodeEditorExamples/Assets/xNode-examples/Examples/LogicToy/LogicGraph.cs')
-rw-r--r-- | Other/NodeEditorExamples/Assets/xNode-examples/Examples/LogicToy/LogicGraph.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Other/NodeEditorExamples/Assets/xNode-examples/Examples/LogicToy/LogicGraph.cs b/Other/NodeEditorExamples/Assets/xNode-examples/Examples/LogicToy/LogicGraph.cs new file mode 100644 index 00000000..873d277d --- /dev/null +++ b/Other/NodeEditorExamples/Assets/xNode-examples/Examples/LogicToy/LogicGraph.cs @@ -0,0 +1,6 @@ +using UnityEngine; + +namespace XNode.Examples.LogicToy { + [CreateAssetMenu(fileName = "New LogicToy Graph", menuName = "xNode Examples/LogicToy Graph")] + public class LogicGraph : NodeGraph { } +}
\ No newline at end of file |