修改按键绑定

This commit is contained in:
bob
2025-06-11 18:06:26 +08:00
parent 5996d3563c
commit 3889c0f731
17 changed files with 85 additions and 35 deletions

View File

@@ -0,0 +1,6 @@
namespace NBF.Setting
{
public abstract class KeyBoardOption : InputOption
{
}
}