YanCheng_Metrology/Assets/Scripts/ProjectBase/Const/Const.cs

16 lines
279 B
C#

public class Const
{
#region ·¾ÅäÖÃ
public const string TitleSpritePath = "Sprites/Title/";
#endregion
public const string CheckKeyDown = "CheckKeyDown";
public const string CheckKeyUp = "CheckKeyUp";
public const string CheckKey = "CheckKey";
}