mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 00:53:39 +08:00
refactoring UXAssist and CheatEnabler
This commit is contained in:
@@ -225,6 +225,7 @@ public class MyWindow : ManualBehaviour
|
||||
{
|
||||
var index = OnConfigValueChanged(config);
|
||||
slider.Value = index;
|
||||
slider.SetLabelText(valueMapper.FormatValue(format, config.Value));
|
||||
};
|
||||
slider.OnValueChanged += () =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user