mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-12 20:49:24 +08:00
refactot(script) : 调整了脚本执行相关代码(但后续这个脚本会新的DSL被代替),故不再进行调整
This commit is contained in:
@@ -11,6 +11,9 @@ namespace Serein.Script.Node
|
||||
/// </summary>
|
||||
public class TypeNode : ASTNode
|
||||
{
|
||||
/// <summary>
|
||||
/// 类型名称
|
||||
/// </summary>
|
||||
public string TypeName { get; }
|
||||
|
||||
public TypeNode(string typeName)
|
||||
|
||||
Reference in New Issue
Block a user