summaryrefslogtreecommitdiff
path: root/Source/modules/asura-framework/scripts/filesystem/statemap_loader.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Source/modules/asura-framework/scripts/filesystem/statemap_loader.lua')
-rw-r--r--Source/modules/asura-framework/scripts/filesystem/statemap_loader.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/modules/asura-framework/scripts/filesystem/statemap_loader.lua b/Source/modules/asura-framework/scripts/filesystem/statemap_loader.lua
new file mode 100644
index 0000000..e52e086
--- /dev/null
+++ b/Source/modules/asura-framework/scripts/filesystem/statemap_loader.lua
@@ -0,0 +1,7 @@
+require "ai/statemap_manager"
+local loader = AsuraEngine.Loader.New("statemap")
+
+--载入statemap
+function loader.OnLoad(asset)
+
+end \ No newline at end of file