diff options
author | chai <chaifix@163.com> | 2019-01-19 22:02:41 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-19 22:02:41 +0800 |
commit | d570df7decd9a4f19c66b2d2d57a54652f0f9b7e (patch) | |
tree | 56d963d33f42094bdd620e98e37ea9e5aa71324c /Source/Asura.Framework/Filesystem/Impoter.lua | |
parent | ed55634426e42bb151f6c1710d8d0446e8ece8e1 (diff) |
*misc
Diffstat (limited to 'Source/Asura.Framework/Filesystem/Impoter.lua')
-rw-r--r-- | Source/Asura.Framework/Filesystem/Impoter.lua | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Source/Asura.Framework/Filesystem/Impoter.lua b/Source/Asura.Framework/Filesystem/Impoter.lua new file mode 100644 index 0000000..fbbd68a --- /dev/null +++ b/Source/Asura.Framework/Filesystem/Impoter.lua @@ -0,0 +1,22 @@ +--[[ +࣬ԶԴ̳ͨдർ롣ԶԴıǷ +<asset> + <extern>./resource.maptile</extern> +</asset> +ָ˵impoter֮ԶԴͨз: +<maptile> + <extern>./resource.maptile</extern> +</maptile> +ʹöӦڲԴ͵importerԴ + +]] + +local importer = Class() + +function importer:InnerResource( data ) + + + +end + +return importer
\ No newline at end of file |