From 8afc9ce1c752c24decad77e0989b367b8f2c4179 Mon Sep 17 00:00:00 2001
From: wangguan <wangguan@kt007.com>
Date: Thu, 29 Oct 2020 14:34:52 +0800
Subject: [PATCH] Merge branch 'master' of ssh://172.16.1.52:8091/GemBattle

---
 Assets/Scripts/Common/GameConfig.cs |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/Assets/Scripts/Common/GameConfig.cs b/Assets/Scripts/Common/GameConfig.cs
index e469c66..ecce532 100644
--- a/Assets/Scripts/Common/GameConfig.cs
+++ b/Assets/Scripts/Common/GameConfig.cs
@@ -46,11 +46,6 @@
         public static bool IsNewbie = true;
 
         /// <summary>
-        /// 所有新手的引导步骤是否全部完成
-        /// </summary>
-        public static bool IsNewbieGuideCompleted = false;
-
-        /// <summary>
         /// 无尽模式每一轮游戏中成功使用技能宝石的次数
         /// </summary>
         public static int EndlessPortUseSkillTowerCount;

--
Gitblit v1.9.1