Update patch system

This commit is contained in:
hevinci
2022-03-07 14:37:38 +08:00
parent 0c52a1e34a
commit 3d1c4fdc87
4 changed files with 2 additions and 28 deletions

View File

@@ -52,16 +52,6 @@ namespace YooAsset
return LocalPatchManifest.ResourceVersion;
}
/// <summary>
/// 获取内置资源标记列表
/// </summary>
public string[] GetManifestBuildinTags()
{
if (LocalPatchManifest == null)
return new string[0];
return LocalPatchManifest.GetBuildinTags();
}
/// <summary>
/// 创建下载器
/// </summary>