Remove unnecessary namespaces

This commit is contained in:
mackysoft 2022-03-28 23:06:11 +09:00
parent e7a8195f17
commit 4cdcf995f6

View File

@ -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 {