mirror of https://github.com/tuyoogame/YooAsset
update file system
parent
b74a44dc36
commit
f7e078e064
|
@ -35,6 +35,11 @@ namespace YooAsset
|
|||
DownloadProgress = 0;
|
||||
}
|
||||
|
||||
internal override string InternalGetDesc()
|
||||
{
|
||||
return $"RefCount : {RefCount}";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 减少引用计数
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue