提交小游戏项目

This commit is contained in:
2026-07-06 16:27:14 +08:00
commit 2a717c6a2f
7575 changed files with 710847 additions and 0 deletions
@@ -0,0 +1,21 @@
namespace TowerClimberChronicles
{
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";
}
}