feat(memory): 暴露滑条起始值与最大值供目标采样

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-30 20:39:08 +08:00
co-authored by Cursor
parent a97b00072a
commit d001c824a0
@@ -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;