diff options
author | chai <chaifix@163.com> | 2019-01-23 08:36:07 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-23 08:36:07 +0800 |
commit | 79d9be059b8c64740f2c4dd288afd3d5a807c156 (patch) | |
tree | f8720110535aac21580f178985057107da18c23c /Source/Asura.Framework/Filesystem/PathLoader.lua | |
parent | 46e4de65e9a37836e40189f79845f672053e2bcb (diff) |
*修改文件名
Diffstat (limited to 'Source/Asura.Framework/Filesystem/PathLoader.lua')
-rw-r--r-- | Source/Asura.Framework/Filesystem/PathLoader.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/Asura.Framework/Filesystem/PathLoader.lua b/Source/Asura.Framework/Filesystem/PathLoader.lua deleted file mode 100644 index b9112df..0000000 --- a/Source/Asura.Framework/Filesystem/PathLoader.lua +++ /dev/null @@ -1,11 +0,0 @@ -local PathLoader = AsuraEngine.Loader.New("path") -local PathManager = require "Path/PathManager" - -function PathLoader.Load(asset) - if asset.type ~= "path" then - return nil - end - -end - -return Path
\ No newline at end of file |