From 7bf00d4ff60614f384db8c3c731c05a96bff7555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=86=A0=E5=B3=B0?= Date: Mon, 31 Mar 2025 17:28:10 +0800 Subject: [PATCH] update space shooter --- .../Space Shooter/GameScript/Runtime/PatchLogic/PatchWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/YooAsset/Samples~/Space Shooter/GameScript/Runtime/PatchLogic/PatchWindow.cs b/Assets/YooAsset/Samples~/Space Shooter/GameScript/Runtime/PatchLogic/PatchWindow.cs index f3d87fcb..968dfe97 100644 --- a/Assets/YooAsset/Samples~/Space Shooter/GameScript/Runtime/PatchLogic/PatchWindow.cs +++ b/Assets/YooAsset/Samples~/Space Shooter/GameScript/Runtime/PatchLogic/PatchWindow.cs @@ -126,7 +126,7 @@ public class PatchWindow : MonoBehaviour { UserEventDefine.UserTryRequestPackageVersion.SendEventMessage(); }; - ShowMessageBox($"Failed to update static version, please check the network status.", callback); + ShowMessageBox($"Failed to request package version, please check the network status.", callback); } else if (message is PatchEventDefine.PackageManifestUpdateFailed) {