From 0a2a82dadabb479608bb6364a97d593f9025d26d Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" Date: Thu, 23 Jan 2025 16:14:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Assets/Script/AppMain/Common/Helper.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/AxibugEmuOnline.Client/Assets/Script/AppMain/Common/Helper.cs b/AxibugEmuOnline.Client/Assets/Script/AppMain/Common/Helper.cs index 15c06d7c..7304f7f0 100644 --- a/AxibugEmuOnline.Client/Assets/Script/AppMain/Common/Helper.cs +++ b/AxibugEmuOnline.Client/Assets/Script/AppMain/Common/Helper.cs @@ -1,14 +1,9 @@ -using NUnit.Framework; -using System; +using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; -using System.Linq; using System.Security.Cryptography; -using System.Security.Policy; using System.Text; -using Unity.Android.Gradle.Manifest; -using static UnityEngine.Analytics.IAnalytic; namespace AxibugEmuOnline.Client.Common {