From 7a007a8d1e7cd712fa4571efdbc3f2eba7a7e4d0 Mon Sep 17 00:00:00 2001 From: wangguan <wangguan@kt007.com> Date: Thu, 22 Oct 2020 17:26:46 +0800 Subject: [PATCH] 增加事件中心,修改登录 --- Assets/Scripts/Common/GameConfig.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Assets/Scripts/Common/GameConfig.cs b/Assets/Scripts/Common/GameConfig.cs index 5c937c5..aaee064 100644 --- a/Assets/Scripts/Common/GameConfig.cs +++ b/Assets/Scripts/Common/GameConfig.cs @@ -11,5 +11,11 @@ /// LoadingScene 载入下一个场景的场景名 /// </summary> public static string NextSceneName = "GemBattle"; + + 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; + } } \ No newline at end of file -- Gitblit v1.9.1