// using SGModule.Common.Key;
// using SGModule.DataStorage;
// public partial class DataKeys
// {
// ///
// /// 首页棋盘人物位置
// ///
// public static DataKey HomeRolePos = KeyRegistry.Register("HomeRolePos");
// ///
// /// 首页棋盘道具位置信息
// ///
// public static DataKey HomePropPosData = KeyRegistry.Register("HomePropPosData");
// ///
// /// 骰子开始刷新时间
// ///
// public static DataKey DiceRefreshStartTime = KeyRegistry.Register("DiceRefreshStartTime");
// ///
// /// 金币购买记录
// ///
// public static DataKey CoinPurchaseRecord = KeyRegistry.Register("CoinPurchaseRecord");
// ///
// /// 礼包购买记录
// ///
// public static DataKey PackPurchaseRecord = KeyRegistry.Register("PackPurchaseRecord");
// ///
// /// 游戏内货币101
// ///
// public static DataKey Currency101 = KeyRegistry.Register("Currency101");
// ///
// /// 游戏内货币102
// ///
// public static DataKey Currency102 = KeyRegistry.Register("Currency102");
// ///
// /// 游戏内货币101的最大值
// ///
// public static DataKey MaxCurrency101 = KeyRegistry.Register("MaxCurrency101");
// ///
// /// 下次新的一天的时间
// ///
// public static DataKey NextNewDayTime = KeyRegistry.Register("NextNewDayTime");
// ///
// /// 玩家名称
// ///
// public static DataKey PlayerName = KeyRegistry.Register("PlayerName");
// ///
// /// 玩家头像ID
// ///
// public static DataKey PlayerAvatarId = KeyRegistry.Register("PlayerAvatarId");
// ///
// /// 是否重置引导
// ///
// public static DataKey IsResetGuide = KeyRegistry.Register("IsResetGuide");
// ///
// /// 游戏次数
// ///
// public static DataKey GameOfCount = KeyRegistry.Register("GameOfCount");
// ///
// /// 游戏胜利次数
// ///
// public static DataKey WinOfGame = KeyRegistry.Register("WinOfGame");
// ///
// /// 观看视频开始次数总和
// ///
// public static DataKey WatchVideoBeginSum = KeyRegistry.Register("WatchVideoBeginSum");
// ///
// /// 是否为上帝模式
// ///
// public static DataKey IsGod = KeyRegistry.Register("IsGod");
// ///
// /// Facebook ID
// ///
// public static DataKey FacebookId = KeyRegistry.Register("FacebookId");
// ///
// /// Facebook 名称
// ///
// public static DataKey FacebookName = KeyRegistry.Register("FacebookName");
// ///
// /// Facebook 头像URL
// ///
// public static DataKey FacebookAvatarUrl = KeyRegistry.Register("FacebookAvatarUrl");
// ///
// /// 是否通过Facebook登录
// ///
// public static DataKey IsFaceBookLogin = KeyRegistry.Register("IsFaceBookLogin");
// ///
// /// 是否完成引导
// ///
// public static DataKey IsGuideFinish = KeyRegistry.Register("IsGuideFinish");
// ///
// /// 当前问题索引
// ///
// public static DataKey CurrentQuestionIndex = KeyRegistry.Register("CurrentQuestionIndex");
// ///
// /// 兑换绑定引导
// ///
// public static DataKey ExchangeBindGuide = KeyRegistry.Register("ExchangeBindGuide");
// ///
// /// 兑换账户
// ///
// public static DataKey ExchangeAccount = KeyRegistry.Register("ExchangeAccount");
// ///
// /// 兑换名称
// ///
// public static DataKey ExchangeName = KeyRegistry.Register("ExchangeName");
// ///
// /// 使用中的皮肤
// ///
// public static DataKey InUseSkin = KeyRegistry.Register("InUseSkin");
// ///
// /// PayPal账户
// ///
// public static DataKey PaypalAccount = KeyRegistry.Register("PaypalAccount");
// ///
// /// 是否成功兑换
// ///
// public static DataKey IsSuccessRedeem = KeyRegistry.Register("IsSuccessRedeem");
// ///
// /// 是否编辑邀请码
// ///
// public static DataKey IsEditInviteCode = KeyRegistry.Register("IsEditInviteCode");
// ///
// /// WebView补签在线时间
// ///
// public static DataKey WebViewMakeUpOnlineTime = KeyRegistry.Register("WebViewMakeUpOnlineTime");
// ///
// /// WebView广告任务在线时间
// ///
// public static DataKey WebViewADTaskOnlineTime = KeyRegistry.Register("WebViewADTaskOnlineTime");
// ///
// /// 是否显示奖励飞行101
// ///
// public static DataKey IsShowRewardFly101 = KeyRegistry.Register("IsShowRewardFly101");
// ///
// /// 是否显示奖励飞行102
// ///
// public static DataKey IsShowRewardFly102 = KeyRegistry.Register("IsShowRewardFly102");
// ///
// /// 播放奖励111
// ///
// public static DataKey PlayReawrd111 = KeyRegistry.Register("PlayReawrd111");
// ///
// /// 是否显示奖励飞行111
// ///
// public static DataKey IsShowRewardFly111 = KeyRegistry.Register("IsShowRewardFly111");
// ///
// /// 打开奖励次数
// ///
// public static DataKey OpenRewardCount = KeyRegistry.Register("OpenRewardCount");
// ///
// /// 插页奖励显示等级
// ///
// public static DataKey InterRewardShowLevel = KeyRegistry.Register("InterRewardShowLevel");
// ///
// /// 是否显示打开奖励
// ///
// public static DataKey IsShowOpenReward = KeyRegistry.Register("IsShowOpenReward");
// ///
// /// 是否真实处理
// ///
// public static DataKey IsRealProcessing = KeyRegistry.Register("IsRealProcessing");
// ///
// /// 真实观看视频次数
// ///
// public static DataKey RealWatchVideo = KeyRegistry.Register("RealWatchVideo");
// ///
// /// 是否点击H5图标
// ///
// public static DataKey IsClickH5Icon = KeyRegistry.Register("IsClickH5Icon");
// ///
// /// 上次点击主图标时间
// ///
// public static DataKey LastClickMainIconTime = KeyRegistry.Register("LastClickMainIconTime");
// ///
// /// 内部H5 URL1点击次数
// ///
// public static DataKey InterH5Url1Count = KeyRegistry.Register("InterH5Url1Count");
// ///
// /// 内部H5 URL2点击次数
// ///
// public static DataKey InterH5Url2Count = KeyRegistry.Register("InterH5Url2Count");
// ///
// /// 化妆真实报告档位
// ///
// public static DataKey MakeupRealReportGear = KeyRegistry.Register("MakeupRealReportGear");
// ///
// /// 是否为最后一个H5标签
// ///
// public static DataKey IsLastH5Tab = KeyRegistry.Register("IsLastH5Tab");
// ///
// /// 广告现金飞行显示时间
// ///
// public static DataKey AdCashFlyShowTime = KeyRegistry.Register("AdCashFlyShowTime");
// ///
// /// 广告任务次数
// ///
// public static DataKey AdTaskCount = KeyRegistry.Register("AdTaskCount");
// ///
// /// 正确答案次数
// ///
// public static DataKey CorrectAnswerCount = KeyRegistry.Register("CorrectAnswerCount");
// ///
// /// H5停留时间
// ///
// public static DataKey H5StayTime = KeyRegistry.Register("H5StayTime");
// ///
// /// 视频观看次数
// ///
// public static DataKey VideoWatchCount = KeyRegistry.Register("VideoWatchCount");
// ///
// /// 签到次数
// ///
// public static DataKey SignInCount = KeyRegistry.Register("SignInCount");
// ///
// /// 邀请次数
// ///
// public static DataKey InviteCount = KeyRegistry.Register("InviteCount");
// ///
// /// 新手步骤完成
// ///
// public static DataKey NaiveStepFinish = KeyRegistry.Register("NaiveStepFinish");
// ///
// /// 化妆任务H5时间
// ///
// public static DataKey MakeupTaskH5Time = KeyRegistry.Register("MakeupTaskH5Time");
// ///
// /// 化妆条件标记
// ///
// public static DataKey MakeupConditionMark = KeyRegistry.Register("MakeupConditionMark");
// ///
// /// 游戏开始次数
// ///
// public static DataKey GameStartCount = KeyRegistry.Register("GameStartCount");
// ///
// /// 登录游戏今日次数
// ///
// public static DataKey LoginGameTodayTimes = KeyRegistry.Register("LoginGameTodayTimes");
// ///
// /// 视频有效次数
// ///
// public static DataKey VideoEffective_count = KeyRegistry.Register("VideoEffective_count");
// ///
// /// 日志是否有效
// ///
// public static DataKey IsLogEffective = KeyRegistry.Register("IsLogEffective");
// ///
// /// 数据版本
// ///
// public static DataKey Data_ver = KeyRegistry.Register("Data_ver");
// ///
// /// 是否已开始游戏
// ///
// public static DataKey HaveBeenGameStart = KeyRegistry.Register("HaveBeenGameStart");
// ///
// /// 日期
// ///
// public static DataKey Date = KeyRegistry.Register("Date");
// ///
// /// 上次登录天数
// ///
// public static DataKey LastLoginDays = KeyRegistry.Register("LastLoginDays");
// ///
// /// 当天观看滑块视频数量
// ///
// public static DataKey ThisDayWatchSlyderVideoNum = KeyRegistry.Register("ThisDayWatchSlyderVideoNum");
// ///
// /// 下次打开轮盘盖章时间
// ///
// public static DataKey NextOpenWheelStampTime = KeyRegistry.Register("NextOpenWheelStampTime");
// ///
// /// 统计字典
// ///
// public static DataKey StatisticDictionary = KeyRegistry.Register("StatisticDictionary");
// ///
// /// 签到状态列表
// ///
// public static DataKey SignState = KeyRegistry.Register("SignState");
// ///
// /// 已完成引导列表
// ///
// public static DataKey CompleteGuideList = KeyRegistry.Register("CompleteGuideList");
// ///
// /// 一次性统计列表
// ///
// public static DataKey OnceStatistcList = KeyRegistry.Register("OnceStatistcList");
// ///
// /// 已兑换皮肤列表
// ///
// public static DataKey HaveRedeemedSkin = KeyRegistry.Register("HaveRedeemedSkin");
// ///
// /// 邀请数据列表
// ///
// public static DataKey InviteDataList = KeyRegistry.Register("InviteDataList");
// ///
// /// 邀请记录列表
// ///
// public static DataKey InviteRecordList = KeyRegistry.Register("InviteRecordList");
// ///
// /// 邀请补签历史列表
// ///
// public static DataKey InviteMakeUpHistoryList = KeyRegistry.Register("InviteMakeUpHistoryList");
// ///
// /// 补签满足条件的档位列表
// ///
// public static DataKey MakeupSatisfyGears = KeyRegistry.Register("MakeupSatisfyGears");
// ///
// /// 广告任务数据列表
// ///
// public static DataKey AdTaskDataList = KeyRegistry.Register("AdTaskDataList");
// ///
// /// 成就答案列表
// ///
// public static DataKey AchievementAnswerList = KeyRegistry.Register("AchievementAnswerList");
// ///
// /// 成就签到列表
// ///
// public static DataKey AchievementSignInList = KeyRegistry.Register("AchievementSignInList");
// ///
// /// 补签任务历史列表
// ///
// public static DataKey MakeupTaskHistory = KeyRegistry.Register("MakeupTaskHistory");
// ///
// /// 游戏自定义的保存对象,数据较多
// ///
// public static DataKey SaveObject = KeyRegistry.Register("SaveObject");
// ///
// /// 关卡数据
// ///
// public static DataKey LevelData = KeyRegistry.Register("LevelData");
// ///
// /// 兑换等级
// ///
// public static DataKey ChLevel = KeyRegistry.Register("ChLevel");
// public static DataKey RankData = KeyRegistry.Register("RankData");
// static DataKeys()
// {
// LevelData.NeedCloudSave = false;//关卡数据不传云端
// RankData.NeedCloudSave = false;//排行榜数据不传云端
// }
// }