2026-06-12 18:10:00 +08:00
|
|
|
public static partial class DataKeys
|
|
|
|
|
{
|
|
|
|
|
public const string UserID = "UserID";
|
|
|
|
|
public const string FirstLogin = "FirstLogin";
|
|
|
|
|
public const string currency101 = "currency101";
|
|
|
|
|
public const string currency102 = "currency102";
|
|
|
|
|
public const string maxCurrency101 = "maxCurrency101";
|
|
|
|
|
public const string nextOpenWheelStampTime = "nextOpenWheelStampTime";
|
|
|
|
|
public const string thisDayWatchSlyderVideoNum = "thisDayWatchSlyderVideoNum";
|
|
|
|
|
public const string playerName = "playerName";
|
|
|
|
|
public const string playerAvatarId = "playerAvatarId";
|
|
|
|
|
public const string signState = "signState";
|
|
|
|
|
public const string gameOfCount = "gameOfCount";
|
|
|
|
|
public const string gameLevel = "gameLevel";
|
|
|
|
|
public const string resurrectionState = "resurrectionState"; //复活状态:4种,数字3为可以用广告和金币复活,2为只能用广告,1为只能用金币。0为不能复活
|
|
|
|
|
|
|
|
|
|
public const string exchangeAccount = "exchangeAccount";
|
|
|
|
|
public const string exchangeName = "exchangeName";
|
|
|
|
|
public const string isShowRewardFly101 = "isShowRewardFly101";
|
|
|
|
|
public const string isShowRewardFly102 = "isShowRewardFly102";
|
|
|
|
|
public const string playReawrd111 = "playReawrd111";
|
|
|
|
|
public const string isShowRewardFly111 = "isShowRewardFly111";
|
|
|
|
|
public const string isShowOpenReward = "isShowOpenReward";
|
|
|
|
|
public const string isLastH5Tab = "isLastH5Tab";
|
|
|
|
|
public const string adCashFlyShowTime = "adCashFlyShowTime";
|
|
|
|
|
public const string h5StayTime = "h5StayTime";
|
|
|
|
|
public const string videoWatchCount = "videoWatchCount";
|
|
|
|
|
public const string makeupTaskHistory = "makeupTaskHistory";
|
|
|
|
|
public const string makeupTaskH5Time = "makeupTaskH5Time";
|
|
|
|
|
public const string gameStartCount = "gameStartCount";
|
|
|
|
|
public const string loginGameTodayTimes = "loginGameTodayTimes";
|
|
|
|
|
public const string date = "date";
|
|
|
|
|
public const string ch_level = "ch_level";
|
|
|
|
|
public const string SaveObject = "SaveObject";
|
|
|
|
|
public const string LevelData = "LevelData";
|
|
|
|
|
public const string AvailableDiceRolls = "AvailableDiceRolls"; // 可摇骰子次数
|
|
|
|
|
public const string RankData = "RankData";
|
|
|
|
|
public const string ApplePayTransactionID = "ApplePayTransactionID"; //ios购买后的非消耗性订单id
|
|
|
|
|
public const string NewWatchCd = "NewWatchCd";
|
2026-06-13 15:34:00 +08:00
|
|
|
public const string ArrowResultLevel = "ArrowResultLevel"; //箭头游戏的结算等级(1:免费,0:看广告)
|
2026-06-16 10:22:11 +08:00
|
|
|
public const string ArrowDarkTheme = "ArrowDarkTheme"; //箭头游戏的黑夜模式(1:开启,0:关闭)
|
|
|
|
|
public const string ArrowTheme = "ArrowTheme"; //箭头游戏的主题(0:黑色 1:虫子 2:彩色)
|
2026-06-12 18:10:00 +08:00
|
|
|
}
|