update file system

This commit is contained in:
何冠峰
2025-03-05 10:54:02 +08:00
parent b74a44dc36
commit f7e078e064

View File

@@ -35,6 +35,11 @@ namespace YooAsset
DownloadProgress = 0;
}
internal override string InternalGetDesc()
{
return $"RefCount : {RefCount}";
}
/// <summary>
/// 减少引用计数
/// </summary>