mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-20 00:06:45 +08:00
尝试分离NodeModel与依赖包
This commit is contained in:
14
NodeFlow/Model/SingleFlipflopNode.cs
Normal file
14
NodeFlow/Model/SingleFlipflopNode.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Serein.NodeFlow;
|
||||
|
||||
namespace Serein.NodeFlow.Model
|
||||
{
|
||||
|
||||
public class SingleFlipflopNode : NodeBase
|
||||
{
|
||||
public override object Execute(DynamicContext context)
|
||||
{
|
||||
throw new NotImplementedException("无法以非await/async的形式调用触发器");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user