refactor:test nee

main
taoria 3 years ago
parent d51ed2f848
commit 510d835ada
  1. 3
      TNodeGraphViewImpl/Editor/Cache/NodeEditorExtensions.cs

@ -11,6 +11,7 @@ using TNodeGraphViewImpl.Editor.GraphBlackboard;
using TNodeGraphViewImpl.Editor.NodeGraphView;
using TNodeGraphViewImpl.Editor.NodeViews;
using UnityEditor;
using UnityEngine;
namespace TNodeGraphViewImpl.Editor.Cache{
/// <summary>
@ -276,6 +277,8 @@ namespace TNodeGraphViewImpl.Editor.Cache{
public class Launcher{
static Launcher(){
//Get version of the package
Debug.Log("TNode v0.01 is launched");
NodeEditorSingleton.Instance.Initialize();
}
}

Loading…
Cancel
Save