diff options
author | chai <chaifix@163.com> | 2019-01-22 20:06:22 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-22 20:06:22 +0800 |
commit | c1330b1ea3525eec2d09b070167df563f3917ff9 (patch) | |
tree | 8acdc9d2fa8b6dd027ed8930314320864d78229e /Source/Asura.Framework/path/path.lua | |
parent | 90b11fbb0e4c578bf507370e102d6a5ed30ba31e (diff) |
*修改文件名大小写
Diffstat (limited to 'Source/Asura.Framework/path/path.lua')
-rw-r--r-- | Source/Asura.Framework/path/path.lua | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Source/Asura.Framework/path/path.lua b/Source/Asura.Framework/path/path.lua new file mode 100644 index 0000000..3b6079d --- /dev/null +++ b/Source/Asura.Framework/path/path.lua @@ -0,0 +1,13 @@ +local Path = AsuraEngine.Asset.New("path") + +function Path:Ctor() + +end + +-- ToAssetѶpathתΪ.assetļʽ +function Path.ToAsset(path) + local builder = AsuraEngine.AssetBuilder.Get() + +end + +return Path
\ No newline at end of file |