From e33d0e85cf5d01e953d95197488eeffc67835f3a Mon Sep 17 00:00:00 2001 From: chenxin <chenxin6991@163.com> Date: Tue, 27 Oct 2020 18:16:53 +0800 Subject: [PATCH] 无尽模式关卡打点需要 --- Assets/Scripts/Common/GameConfig.cs | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/Assets/Scripts/Common/GameConfig.cs b/Assets/Scripts/Common/GameConfig.cs index def4d23..0557419 100644 --- a/Assets/Scripts/Common/GameConfig.cs +++ b/Assets/Scripts/Common/GameConfig.cs @@ -46,5 +46,20 @@ /// 所有新手的引导步骤是否全部完成 /// </summary> public static bool IsNewbieGuideCompleted = false; + + /// <summary> + /// 无尽模式每一轮游戏中成功使用技能宝石的次数 + /// </summary> + public static int EndlessPortUseSkillTowerCount; + + /// <summary> + /// 每一轮游戏中成功开启的塔位置数量,这个是上阵的塔,可以攻击的塔位 + /// </summary> + public static int EndlessOpenAttackTowerCount; + + /// <summary> + /// 每一轮游戏中成功购买塔的数量 + /// </summary> + public static int EndlessBuyTowerCount; } } \ No newline at end of file -- Gitblit v1.9.1