code style

This commit is contained in:
何冠峰
2025-02-22 16:29:25 +08:00
parent 64e9734bbe
commit 400c2ccefe
87 changed files with 230 additions and 228 deletions

View File

@@ -55,11 +55,11 @@ namespace YooAsset
_resourceManager = resourceManager;
LoadBundleInfo = bundleInfo;
}
internal override void InternalOnStart()
internal override void InternalStart()
{
_steps = ESteps.LoadFile;
}
internal override void InternalOnUpdate()
internal override void InternalUpdate()
{
if (_steps == ESteps.None || _steps == ESteps.Done)
return;