update operation system

This commit is contained in:
hevinci
2023-10-10 12:17:01 +08:00
parent b3a135e1a2
commit 5d9ef12577
29 changed files with 106 additions and 97 deletions

View File

@@ -26,11 +26,11 @@ namespace YooAsset
_persistent = persistent;
_cache = cache;
}
internal override void Start()
internal override void InternalOnStart()
{
_steps = ESteps.FindCacheFiles;
}
internal override void Update()
internal override void InternalOnUpdate()
{
if (_steps == ESteps.None || _steps == ESteps.Done)
return;