优化蓝图

This commit is contained in:
boyce
2026-03-12 16:54:43 +08:00
parent f3acdc860c
commit f89232c2dd
2 changed files with 33 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ func (bm *Blueprint) regSysNodes() {
bm.RegisterExecNode(NewExecNode[CreateTimer]())
bm.RegisterExecNode(NewExecNode[AppendIntReturn]())
bm.RegisterExecNode(NewExecNode[AppendStringReturn]())
bm.RegisterExecNode(NewExecNode[IntInArray]())
}