设置相关

This commit is contained in:
bob
2025-06-12 18:07:04 +08:00
parent 07e7715be8
commit 2a067d6e2d
5 changed files with 17 additions and 8 deletions

View File

@@ -1,7 +1,17 @@
namespace NBF.Options.Input
namespace NBF.Setting
{
public class InputAddBobSetting
public class InputAddBobSetting : KeyBoardOption
{
private int _defaultKey;
public override string Name => "InputAddBob";
public override string Group => SettingsDef.Group.Keyboard;
public override string Tab => SettingsDef.Tab.Keyboard;
protected override int DefaultValue => _defaultKey;
protected override void OnApply()
{
}
}
}

View File

@@ -15,9 +15,8 @@ namespace NBF.Setting
protected override void OnInitialize()
{
SetValue(10);
// SetValue(10);
}
protected override void OnApply()
{

View File

@@ -15,7 +15,7 @@ namespace NBF.Setting
protected override void OnInitialize()
{
SetValue(10);
// SetValue(10);
}
protected override void OnApply()

View File

@@ -15,7 +15,7 @@ namespace NBF.Setting
protected override void OnInitialize()
{
SetValue(10);
// SetValue(10);
}
protected override void OnApply()

View File

@@ -15,7 +15,7 @@ namespace NBF.Setting
protected override void OnInitialize()
{
SetValue(10);
// SetValue(10);
}
protected override void OnApply()