Update Operation System

This commit is contained in:
hevinci
2022-10-11 18:27:04 +08:00
parent 608f401a80
commit 1de9e0b79d
3 changed files with 8 additions and 12 deletions

View File

@@ -81,14 +81,6 @@ namespace YooAsset
_taskCompletionSource.TrySetResult(null);
}
/// <summary>
/// 取消异步操作
/// </summary>
public virtual void Cancel()
{
throw new NotImplementedException("Can not cancel operation !");
}
#region
bool IEnumerator.MoveNext()
{