From 902a10e14cd00c8db894c08f4455e60ddd0af8c4 Mon Sep 17 00:00:00 2001 From: wangguan <wangguan@kt007.com> Date: Thu, 10 Dec 2020 10:20:26 +0800 Subject: [PATCH] 增加对是否使用SDK的判断 GameConfig.useSDK --- Assets/Scripts/Common/GameConfig.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Assets/Scripts/Common/GameConfig.cs b/Assets/Scripts/Common/GameConfig.cs index 32c0145..f9301ce 100644 --- a/Assets/Scripts/Common/GameConfig.cs +++ b/Assets/Scripts/Common/GameConfig.cs @@ -15,6 +15,8 @@ public static string NextSceneName = "Endless2D"; // public static string NextSceneName = "Endless"; + public static bool useSDK = false; + public static string Imei; public static bool isFirstStart = true; public static bool IsDebug = false; -- Gitblit v1.9.1