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

7 lines
177 B
C#

public class Const
{
public const string CheckKeyDown = "CheckKeyDown";
public const string CheckKeyUp = "CheckKeyUp";
public const string CheckKey = "CheckKey";
}