diff options
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 |