Add tree names to behavior tree

This commit is contained in:
DBotThePony 2025-01-01 09:41:13 +07:00
parent 0c169e58ec
commit 889c481d0d
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -286,6 +286,7 @@ private fun createBehaviorTree(args: LuaThread.ArgStack): Int {
push(blackboard)
push(root)
push(mergedParams.name)
}[0]
args.lua.call {