From d001c824a0b0b21fa5666b8b6499616e39545929 Mon Sep 17 00:00:00 2001 From: bottlefish <781230111@qq.com> Date: Tue, 30 Jun 2026 20:39:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(memory):=20=E6=9A=B4=E9=9C=B2=E6=BB=91?= =?UTF-8?q?=E6=9D=A1=E8=B5=B7=E5=A7=8B=E5=80=BC=E4=B8=8E=E6=9C=80=E5=A4=A7?= =?UTF-8?q?=E5=80=BC=E4=BE=9B=E7=9B=AE=E6=A0=87=E9=87=87=E6=A0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- Assets/Scripts/FixSystem/Memory/MemorySlider.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/Scripts/FixSystem/Memory/MemorySlider.cs b/Assets/Scripts/FixSystem/Memory/MemorySlider.cs index 039c4872f..50e0857f9 100644 --- a/Assets/Scripts/FixSystem/Memory/MemorySlider.cs +++ b/Assets/Scripts/FixSystem/Memory/MemorySlider.cs @@ -25,6 +25,8 @@ namespace AibisDream.FixSystem private bool isLocked; public float TargetValue { get; set; } + public float StartValue => defaultValue; + public float MaxValue => sliderMaxValue; public bool IsFound { get; private set; } public event Action OnFound;