From 95e96010582a2945bcf4074a7e6da20439063bef Mon Sep 17 00:00:00 2001 From: xiaohang Date: Wed, 3 Apr 2024 12:53:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dios=E6=89=93=E5=8C=85?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/GuruSDKServiceImpBase.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Runtime/GuruSDKServiceImpBase.cs b/Runtime/GuruSDKServiceImpBase.cs index f5dd444..bcf0e65 100644 --- a/Runtime/GuruSDKServiceImpBase.cs +++ b/Runtime/GuruSDKServiceImpBase.cs @@ -1,4 +1,5 @@ using System.Collections.Generic; +using UnityEngine.Purchasing.Security; using Guru; namespace GuruService