mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-24 17:50:15 +00:00
update extension sample
This commit is contained in:
@@ -162,6 +162,15 @@ internal class WechatFileSystem : IFileSystem
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public virtual byte[] ReadFileData(PackageBundle bundle)
|
||||||
|
{
|
||||||
|
throw new System.NotImplementedException();
|
||||||
|
}
|
||||||
|
public virtual string ReadFileText(PackageBundle bundle)
|
||||||
|
{
|
||||||
|
throw new System.NotImplementedException();
|
||||||
|
}
|
||||||
|
|
||||||
#region 内部方法
|
#region 内部方法
|
||||||
private string GetWXFileLoadPath(PackageBundle bundle)
|
private string GetWXFileLoadPath(PackageBundle bundle)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user