style : file system code style

This commit is contained in:
何冠峰
2025-07-01 11:06:41 +08:00
parent 1b0288fcd0
commit e3a12ef361
5 changed files with 7 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ namespace YooAsset
public FSDownloadFileOperation CreateDownloader(int failedTryAgain, int timeout)
{
DownloadFileOptions options = new DownloadFileOptions(failedTryAgain, timeout);
options.ImportFilePath = _importFilePath;
options.LocalFilePath = _importFilePath;
return _fileSystem.DownloadFileAsync(Bundle, options);
}