mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-22 08:20:18 +00:00
Add package update method
新增指定资源版本的资源更新下载方法。
This commit is contained in:
@@ -77,14 +77,14 @@ namespace YooAsset
|
||||
}
|
||||
|
||||
#region 异步编程相关
|
||||
public bool MoveNext()
|
||||
bool IEnumerator.MoveNext()
|
||||
{
|
||||
return !IsDone;
|
||||
}
|
||||
public void Reset()
|
||||
void IEnumerator.Reset()
|
||||
{
|
||||
}
|
||||
public object Current => null;
|
||||
object IEnumerator.Current => null;
|
||||
|
||||
private TaskCompletionSource<object> _taskCompletionSource;
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user