add mly扩展的方法

mlyDevMerge1.5.7
QiJing 2023-12-22 17:44:37 +08:00
parent 4f25791b77
commit aee489d5d6
1 changed files with 11 additions and 0 deletions

View File

@ -199,6 +199,17 @@ namespace YooAsset
{ {
return ResourceUnpackerOperation.CreateEmptyUnpacker(upackingMaxNumber, failedTryAgain, timeout); return ResourceUnpackerOperation.CreateEmptyUnpacker(upackingMaxNumber, failedTryAgain, timeout);
} }
public List<PackageBundle> GetCachedTagsRawFiles(string[] tags)
{
throw new NotImplementedException();
}
public List<PackageBundle> GetNeedDownloadTagsRawFiles(string[] tags)
{
throw new NotImplementedException();
}
#endregion #endregion
#region IBundleServices接口 #region IBundleServices接口