Update GooglePlayFileSystem.cs

This commit is contained in:
何冠峰
2025-07-10 22:50:43 +08:00
parent f383c59327
commit f0796dccc9

View File

@@ -28,7 +28,7 @@ internal class GooglePlayFileSystem : DefaultBuildinFileSystem
{
if (bundle.BundleType == (int)EBuildBundleType.AssetBundle)
{
var operation = new DBFSLoadAssetBundleOperation(this, bundle);
var operation = new GPFSLoadAssetBundleOperation(this, bundle);
return operation;
}
else