TestCodeStructure/Assets/Scripts/Project/ProjectBase/Const.cs

12 lines
233 B
C#

/// <summary>
/// 关键字管理类
/// </summary>
public class Const
{
public const string CheckKeyDown = "CheckKeyDown";
public const string CheckKeyUp = "CheckKeyUp";
public const string CheckKey = "CheckKey";
}