From 7883d1f0e2c7bf01437303527e13d7ce170cfffc Mon Sep 17 00:00:00 2001 From: huyufei Date: Sat, 11 May 2024 16:27:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20namespace=20?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/Code/SDK/GuruSDK.Debug.cs | 4 +--- Runtime/Code/Utils/AndroidSystemPropertiesHelper.cs | 2 +- Tests/Test_IAP.cs | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Runtime/Code/SDK/GuruSDK.Debug.cs b/Runtime/Code/SDK/GuruSDK.Debug.cs index 2790cff..ab710d3 100644 --- a/Runtime/Code/SDK/GuruSDK.Debug.cs +++ b/Runtime/Code/SDK/GuruSDK.Debug.cs @@ -1,5 +1,3 @@ -using Guru.Debug.Utils; -using UnityEngine; namespace Guru { @@ -42,7 +40,7 @@ namespace Guru if (IsCmdAvailable(val)) { // 显示应用水印 - + // TODO } key = $"debug.{AppBundleId}.{K_CMD_NAME_CONSOLE}"; diff --git a/Runtime/Code/Utils/AndroidSystemPropertiesHelper.cs b/Runtime/Code/Utils/AndroidSystemPropertiesHelper.cs index 8ebe93c..c1c2525 100644 --- a/Runtime/Code/Utils/AndroidSystemPropertiesHelper.cs +++ b/Runtime/Code/Utils/AndroidSystemPropertiesHelper.cs @@ -1,6 +1,6 @@ -namespace Guru.Debug.Utils +namespace Guru { using System; using UnityEngine; diff --git a/Tests/Test_IAP.cs b/Tests/Test_IAP.cs index 116bdc0..e8aa28e 100644 --- a/Tests/Test_IAP.cs +++ b/Tests/Test_IAP.cs @@ -3,7 +3,7 @@ -namespace Guru.Debug.Tests +namespace Guru.Tests { using UnityEditor; using NUnit.Framework;