Update AssetBundleCollector

Remove files
This commit is contained in:
hevinci
2022-04-02 15:12:51 +08:00
parent 9de27e790d
commit 1278d76f49
19 changed files with 0 additions and 1162 deletions

View File

@@ -1,14 +0,0 @@

namespace YooAsset.Editor
{
/// <summary>
/// 资源打包规则接口
/// </summary>
public interface IPackRule
{
/// <summary>
/// 获取资源的打包标签
/// </summary>
string GetAssetBundleLabel(string assetPath);
}
}