using TNodeCore.Runtime.RuntimeModels; namespace TNodeCore.Editor.GraphWatcher{ /// /// Graph watcher is a tool watch the process of a graph.it don't modify the state. /// public class GraphWatcher{ public IRuntimeNodeGraph WatchedGraph; } }