diff options
author | chai <chaifix@163.com> | 2018-11-15 08:32:38 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-15 08:32:38 +0800 |
commit | a6f2d5fff89b7322009c46a9272668ca4c32ce64 (patch) | |
tree | ff81127c3be8bde426e57db544d69b9616ddc25b /src/lua/modules/ai/je_lua_behavior_tree.cpp | |
parent | 611d12bdd245dd43b7434661d3e24f2b435378cb (diff) |
*修改代码结构
Diffstat (limited to 'src/lua/modules/ai/je_lua_behavior_tree.cpp')
-rw-r--r-- | src/lua/modules/ai/je_lua_behavior_tree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/modules/ai/je_lua_behavior_tree.cpp b/src/lua/modules/ai/je_lua_behavior_tree.cpp index f79d79a..20e8e55 100644 --- a/src/lua/modules/ai/je_lua_behavior_tree.cpp +++ b/src/lua/modules/ai/je_lua_behavior_tree.cpp @@ -5,7 +5,7 @@ namespace JinEngine namespace Lua { - + const char* Jin_Lua_BehaviorTree = "Texture"; } }
\ No newline at end of file |