mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 04:17:27 +08:00
[O] ResetTouchAfterTrack -> ResetTouch, add press key to reset (#93)
* [O] ResetTouchAfterTrack -> ResetTouch, add press key to reset * fix * update * fix: Remove not work --------- Co-authored-by: Menci <mencici@msn.com>
This commit is contained in:
@@ -5,5 +5,7 @@ public interface IConfigView
|
||||
public void SetValue(string path, object value);
|
||||
public T GetValueOrDefault<T>(string path, T defaultValue = default);
|
||||
public bool TryGetValue<T>(string path, out T resultValue);
|
||||
public bool Remove(string path);
|
||||
public string ToToml();
|
||||
public IConfigView Clone();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user