21 lines
887 B
C#
21 lines
887 B
C#
namespace ZooMatch
|
|
{
|
|
public static class PrefsKeyConst
|
|
{
|
|
public const string Application_isHDMode = "Application_isHDMode";
|
|
public const string Application_isHFRMode = "Application_isHFRMode";
|
|
public const string UIMgr_switchLanguage = "UIMgr_switchLanguage";
|
|
public const string AudioMgr_isOpenBGM = "AudioMgr_isOpenBGM";
|
|
public const string AudioMgr_isOpenEffect = "AudioMgr_isOpenEffect";
|
|
public const string App_isNewInstall = "App_isNewInstall";
|
|
public const string JarvisToken = "JarvisToken";
|
|
public const string C_ThroughMaxToday = "C_ThroughMaxToday";
|
|
public const string C_ThroughPop = "C_ThroughPop";
|
|
public const string C_ThroughOnline = "C_ThroughOnline";
|
|
|
|
public const string C_ThroughHide = "C_ThroughHide";
|
|
|
|
public const string C_ThroughFly = "C_ThroughFly";
|
|
|
|
}
|
|
} |