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;