Update YooAssetDriver.cs

This commit is contained in:
hevinci
2022-04-04 22:43:42 +08:00
parent f1615b4487
commit abdf2b859e

View File

@@ -8,5 +8,10 @@ namespace YooAsset
{
YooAssets.InternalUpdate();
}
void OnApplicationQuit()
{
DownloadSystem.DestroyAll();
}
}
}