feat(memory): 暴露滑条起始值与最大值供目标采样
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user