From 42d1f431b6b99f59c4c3da28e55db6592cd0c430 Mon Sep 17 00:00:00 2001 From: bottlefish <781230111@qq.com> Date: Thu, 23 Apr 2026 16:31:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(storage):=20Yarn=20=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E5=89=8D=E7=BC=80=E6=94=B9=E4=B8=BA=20$globa?= =?UTF-8?q?l=5F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- Assets/Scripts/Game Loop/StorageSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Game Loop/StorageSystem.cs b/Assets/Scripts/Game Loop/StorageSystem.cs index 1a36ad205..a71d90653 100644 --- a/Assets/Scripts/Game Loop/StorageSystem.cs +++ b/Assets/Scripts/Game Loop/StorageSystem.cs @@ -17,7 +17,7 @@ namespace AibisDream public class StorageSystem : VariableStorageBehaviour { private const string VariablePrefix = "$"; - private const string GlobalPrefix = "$global."; + private const string GlobalPrefix = "$global_"; private const string DataPrefix = "$data."; private const int MaxSaveNum = 200;