From c1d780fce8030676eabc92d2f7e68b98814fa63a Mon Sep 17 00:00:00 2001
From: Afeijia <ifeijia@qq.com>
Date: Mon, 1 Jul 2024 17:48:20 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=97=A5=E5=BF=97-20240701-1?=
 =?UTF-8?q?748:=201=E3=80=81=E5=8E=BB=E6=8E=89=E4=BB=A3=E7=A0=81=E7=9A=84?=
 =?UTF-8?q?=E7=BC=96=E8=BE=91=E7=B1=BB=E5=BC=95=E7=94=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 BulkCargo_UnityProject/Assets/MiniMap/Scripts/MiniMapManager.cs  | 1 -
 .../Assets/Scripts/wj/CameraCtrl/CameraController.cs             | 1 -
 2 files changed, 2 deletions(-)

diff --git a/BulkCargo_UnityProject/Assets/MiniMap/Scripts/MiniMapManager.cs b/BulkCargo_UnityProject/Assets/MiniMap/Scripts/MiniMapManager.cs
index 5aca619c..2c06bf6a 100644
--- a/BulkCargo_UnityProject/Assets/MiniMap/Scripts/MiniMapManager.cs
+++ b/BulkCargo_UnityProject/Assets/MiniMap/Scripts/MiniMapManager.cs
@@ -1,7 +1,6 @@
 using System.Collections;
 using System.Collections.Generic;
 using Unity.VisualScripting.Dependencies.NCalc;
-using UnityEditor.Experimental.GraphView;
 using UnityEngine;
 
 public class MiniMapManager : MonoBehaviour
diff --git a/BulkCargo_UnityProject/Assets/Scripts/wj/CameraCtrl/CameraController.cs b/BulkCargo_UnityProject/Assets/Scripts/wj/CameraCtrl/CameraController.cs
index 90184bcc..6d1ae6a8 100644
--- a/BulkCargo_UnityProject/Assets/Scripts/wj/CameraCtrl/CameraController.cs
+++ b/BulkCargo_UnityProject/Assets/Scripts/wj/CameraCtrl/CameraController.cs
@@ -3,7 +3,6 @@ using System.Collections.Generic;
 using UnityEngine;
 using DG.Tweening;
 using UnityEngine.UIElements;
-using UnityEditor.Search;
 
 public class CameraController : MonoBehaviour
 {