From 626c78938466d0f43da6ea2a3778f92f2f3d2dcc Mon Sep 17 00:00:00 2001 From: Ding Yuntian <1491671119@qq.com> Date: Wed, 15 Apr 2026 22:23:08 +0800 Subject: [PATCH] =?UTF-8?q?style(fix-system):=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E5=91=BD=E5=90=8D=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/FixSystemNew/FixStateMachine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/FixSystemNew/FixStateMachine.cs b/Assets/Scripts/FixSystemNew/FixStateMachine.cs index 579be3447..5b7d5357c 100644 --- a/Assets/Scripts/FixSystemNew/FixStateMachine.cs +++ b/Assets/Scripts/FixSystemNew/FixStateMachine.cs @@ -319,7 +319,7 @@ namespace AibisDream.FixSystem yield return UIManager.Instance.GetPanel().FadeInAsync(duration); memorySystem.OnEnter(); yield return UIManager.Instance.GetPanel().FadeOutAsync(duration); - var data = memorySystem.bubbleSlotGroup.CollectData(); + var data = memorySystem.BubbleSlotGroup.CollectData(); DialogUIManager.Instance.LoadBubbles(data); }