重写了Emit构造委托的执行

This commit is contained in:
fengjiayi
2024-10-10 20:52:19 +08:00
parent ef96b353ac
commit 2d0f354895
17 changed files with 233 additions and 177 deletions

View File

@@ -24,6 +24,7 @@ namespace SereinFlowRemoteManagement
{
environment.IOC.Register<WebSocketServer>();
}
[NodeAction(NodeType.Loading)]
public void Loading(IDynamicContext context)
{
@@ -34,8 +35,11 @@ namespace SereinFlowRemoteManagement
SereinProjectData projectData = environment.SaveProject();
}
public void GetAllNodeInfo()
{
}
}
}