public class Const
{
#region 路径配置
///
/// 系统标题图路径
///
public const string TitleSpritePath = "Sprites/Title/";
///
/// 系统加载背景图路径
///
public const string LoadBGPath = "Sprites/UI_LoadingBG/";
#endregion
public const string CheckKeyDown = "CheckKeyDown";
public const string CheckKeyUp = "CheckKeyUp";
public const string CheckKey = "CheckKey";
}