From 1cc976d33bfbe7488c85df9d35f28aa6e4360294 Mon Sep 17 00:00:00 2001
From: wangguan <wangguan@kt007.com>
Date: Tue, 27 Oct 2020 20:38:46 +0800
Subject: [PATCH] 埋点

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

diff --git a/Assets/Scripts/Common/GameConfig.cs b/Assets/Scripts/Common/GameConfig.cs
index 5c937c5..11e4672 100644
--- a/Assets/Scripts/Common/GameConfig.cs
+++ b/Assets/Scripts/Common/GameConfig.cs
@@ -10,6 +10,26 @@
         /// <summary>
         /// LoadingScene 载入下一个场景的场景名
         /// </summary>
-        public static string NextSceneName = "GemBattle";
+        public static string NextSceneName = "Endless";
+
+        public static bool IsDebug = false;
+        public static string TestLoginUrl = "http://10.5.3.227:9000/user/login";
+        public static string LoginUrl = "http://172.16.1.52:9000/user/login";
+        public static bool OpenDebug = true;
+
+        /// <summary>
+        /// PVE无尽模式,是否可以点击购买新的宝石
+        /// </summary>
+        public static bool CanBuyNewTower = false;
+
+        /// <summary>
+        /// 是否可以点击金币购买新的塔位
+        /// </summary>
+        public static bool CanOpenNewTower = true;
+
+        /// <summary>
+        /// 是否是新手
+        /// </summary>
+        public static bool IsNewbie = true;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1