update file system

pull/497/head
何冠峰 2025-03-05 10:54:02 +08:00
parent b74a44dc36
commit f7e078e064
1 changed files with 5 additions and 0 deletions

View File

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