快捷键重构

This commit is contained in:
2025-05-25 00:54:06 +08:00
parent d6327c7946
commit 68b88d57db
186 changed files with 2248 additions and 1066 deletions

View File

@@ -0,0 +1,27 @@
namespace NBF
{
public class InputDef
{
public class UI
{
public const string Back = "Back";
public const string Enter = "Enter";
public const string Tab = "Tab";
public const string Prev = "Prev";
public const string Next = "Next";
public const string SubPrev = "SubPrev";
public const string SubNext = "SubNext";
public const string Left = "Left";
public const string Right = "Right";
public const string Up = "Up";
public const string Down = "Down";
}
public class Player
{
public const string Run = "Run";
public const string Use1 = "Use1";
public const string Use2 = "Use2";
}
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 3c1d17072df749909ccc26de605346d1
timeCreated: 1748104048