refactot(script) : 调整了脚本执行相关代码(但后续这个脚本会新的DSL被代替),故不再进行调整

This commit is contained in:
fengjiayi
2026-01-27 17:25:20 +08:00
parent dddc3b3b53
commit f93d46565f
9 changed files with 169 additions and 35 deletions

View File

@@ -11,6 +11,9 @@ namespace Serein.Script.Node
/// </summary>
public class TypeNode : ASTNode
{
/// <summary>
/// 类型名称
/// </summary>
public string TypeName { get; }
public TypeNode(string typeName)