mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-20 00:06:45 +08:00
重写了Emit构造委托的执行
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user