add mly扩展的方法
parent
4f25791b77
commit
aee489d5d6
|
@ -199,6 +199,17 @@ namespace YooAsset
|
|||
{
|
||||
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
|
||||
|
||||
#region IBundleServices接口
|
||||
|
|
Loading…
Reference in New Issue