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

@@ -156,6 +156,7 @@ namespace Serein.Script
"while",
"new",
"class",
"using",
];
internal SereinScriptLexer(string input)