mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-02 15:50:47 +08:00
11 lines
219 B
C#
11 lines
219 B
C#
namespace Serein.Script
|
|
{
|
|
internal static class NodeInterpreterExtension
|
|
{
|
|
/*public Task Execution(this MemberAccessNode MemberAccessNode, IScriptFlowApi scriptFlowApi)
|
|
{
|
|
|
|
}*/
|
|
}
|
|
}
|