From 4cdcf995f6a712346be1f0bcd63ff0d20ad071bb Mon Sep 17 00:00:00 2001 From: mackysoft Date: Mon, 28 Mar 2022 23:06:11 +0900 Subject: [PATCH] Remove unnecessary namespaces --- .../Editor/SubclassSelectorDrawer.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/SubclassSelectorDrawer.cs b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/SubclassSelectorDrawer.cs index 46c5cd3..88be58e 100644 --- a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/SubclassSelectorDrawer.cs +++ b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/SubclassSelectorDrawer.cs @@ -5,8 +5,6 @@ using System.Collections.Generic; using UnityEngine; using UnityEditor; using UnityEditor.IMGUI.Controls; -using UnityEngine.UIElements; -using UnityEditor.UIElements; namespace MackySoft.SerializeReferenceExtensions.Editor {