From 97b9a6cc5a1297b11b5975974f505a1ebcf30535 Mon Sep 17 00:00:00 2001 From: xiaohang Date: Mon, 1 Apr 2024 18:51:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E9=9B=86=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/GuruSDKService.asmdef | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Runtime/GuruSDKService.asmdef b/Runtime/GuruSDKService.asmdef index b8a3e83..721aa9e 100644 --- a/Runtime/GuruSDKService.asmdef +++ b/Runtime/GuruSDKService.asmdef @@ -1,12 +1,12 @@ { "name": "GuruSDKService", - "rootNamespace": "", + "rootNamespace": "GuruSDKService", "references": [ - "GUID:e241d247f550f427da05939864204192", - "GUID:85fac0454e8c64a0da25f1f632acaa75", - "GUID:94e1de2458b07d0bf1e9f13e6ae06443", - "GUID:e63a64384cc3ef04cac761c1ce76e9c2", - "GUID:d0bf1e9f644394e1de13e6ae02458b07" + "Guru.Runtime", + "GuruSDK", + "UnityEngine.Purchasing.Security", + "UnityEngine.Purchasing.SecurityCore", + "UnityEngine.Purchasing.SecurityStub" ], "includePlatforms": [], "excludePlatforms": [],