快捷键重构
This commit is contained in:
27
Assets/Scripts/Def/InputDef.cs
Normal file
27
Assets/Scripts/Def/InputDef.cs
Normal 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";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user