From 9969ed162f8aa4bd0b977a3c1eba45358eb01f72 Mon Sep 17 00:00:00 2001
From: wangguan <wangguan@kt007.com>
Date: Wed, 25 Nov 2020 17:36:40 +0800
Subject: [PATCH] 修改推拽BUG 调整JSON读取回调 增加新手一大波怪物提示

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

diff --git a/Assets/Scripts/Common/GameConfig.cs b/Assets/Scripts/Common/GameConfig.cs
index a2561df..3f912dd 100644
--- a/Assets/Scripts/Common/GameConfig.cs
+++ b/Assets/Scripts/Common/GameConfig.cs
@@ -50,7 +50,10 @@
         /// 是否是新手
         /// </summary>
         public static bool IsNewbie = false;
-
+        /// <summary>
+        /// 是否JSON读取完毕
+        /// </summary>
+        public static bool JsonReadDone = false;
         /// <summary>
         /// 新手模式是否可以推拽塔
         /// </summary>

--
Gitblit v1.9.1