mirror of https://github.com/tuyoogame/YooAsset
Update YooAssetDriver.cs
parent
f1615b4487
commit
abdf2b859e
|
@ -2,11 +2,16 @@
|
|||
|
||||
namespace YooAsset
|
||||
{
|
||||
internal class YooAssetDriver : MonoBehaviour
|
||||
{
|
||||
void Update()
|
||||
{
|
||||
YooAssets.InternalUpdate();
|
||||
}
|
||||
}
|
||||
internal class YooAssetDriver : MonoBehaviour
|
||||
{
|
||||
void Update()
|
||||
{
|
||||
YooAssets.InternalUpdate();
|
||||
}
|
||||
|
||||
void OnApplicationQuit()
|
||||
{
|
||||
DownloadSystem.DestroyAll();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue