mirror of https://github.com/tuyoogame/YooAsset
update extension sample
parent
b0ce14dc0e
commit
e664f20d34
|
@ -162,6 +162,15 @@ internal class WechatFileSystem : IFileSystem
|
|||
return false;
|
||||
}
|
||||
|
||||
public virtual byte[] ReadFileData(PackageBundle bundle)
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
public virtual string ReadFileText(PackageBundle bundle)
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
#region 内部方法
|
||||
private string GetWXFileLoadPath(PackageBundle bundle)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue