mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-22 08:20:18 +00:00
11 lines
163 B
C#
11 lines
163 B
C#
|
|
namespace YooAsset.Editor
|
|
{
|
|
public interface IAssetRedundancy
|
|
{
|
|
/// <summary>
|
|
/// 检测是否冗余
|
|
/// </summary>
|
|
bool Check(string filePath);
|
|
}
|
|
} |