From 6e864a9ae4102ab5b614880fadc5af0ccaa5cfee Mon Sep 17 00:00:00 2001
From: fengjiayi <12821976+ning_xi@user.noreply.gitee.com>
Date: Sat, 21 Dec 2024 20:47:13 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E4=BF=AE=E6=94=B9=E4=BA=86?=
=?UTF-8?q?=E8=84=9A=E6=9C=ACAST=E7=9B=B8=E5=85=B3=E4=BB=A3=E7=A0=81?=
=?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E4=BA=86=E8=84=9A=E6=9C=AC=E6=89=A7?=
=?UTF-8?q?=E8=A1=8C=E8=8A=82=E7=82=B9=E4=BB=A5=E5=8F=8A=E4=BF=AE=E6=AD=A3?=
=?UTF-8?q?=E4=BA=86=E4=B8=80=E4=BA=9BBUG=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
NodeFlow/ScriptFlowApi.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NodeFlow/ScriptFlowApi.cs b/NodeFlow/ScriptFlowApi.cs
index 05c5754..b48851c 100644
--- a/NodeFlow/ScriptFlowApi.cs
+++ b/NodeFlow/ScriptFlowApi.cs
@@ -30,7 +30,7 @@ namespace Serein.NodeFlow
///
/// 运行环境
/// 节点
- public ScriptFlowApi(IFlowEnvironment environment, NodeModelBase nodeModel)
+ public ScriptFlowApi(IFlowEnvironment environment, IDynamicContext dynamicContext, NodeModelBase nodeModel)
{
Env = environment;
NodeModel = nodeModel;