From 2b265cb9ef96b65b2a86fbcb00ac3c34fc94edaf Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Sat, 15 Jun 2024 17:00:37 +0800 Subject: [PATCH] fix --- src/EntityTemplate/Editor/ComponentTemplatePropertyDrawer.cs | 1 - src/Internal/Editor/EcsGUI.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/EntityTemplate/Editor/ComponentTemplatePropertyDrawer.cs b/src/EntityTemplate/Editor/ComponentTemplatePropertyDrawer.cs index b537689..4a0685a 100644 --- a/src/EntityTemplate/Editor/ComponentTemplatePropertyDrawer.cs +++ b/src/EntityTemplate/Editor/ComponentTemplatePropertyDrawer.cs @@ -4,7 +4,6 @@ using System; using System.Reflection; using UnityEditor; using UnityEngine; -using static PlasticGui.WebApi.Responses.CloudOrganizationHelpActionsResponse; namespace DCFApixels.DragonECS.Unity.Editors { diff --git a/src/Internal/Editor/EcsGUI.cs b/src/Internal/Editor/EcsGUI.cs index cf0c86b..fd39a08 100644 --- a/src/Internal/Editor/EcsGUI.cs +++ b/src/Internal/Editor/EcsGUI.cs @@ -4,7 +4,6 @@ using System; using System.Reflection; using UnityEditor; using UnityEngine; -using static PlasticGui.WebApi.Responses.CloudOrganizationHelpActionsResponse; using UnityComponent = UnityEngine.Component; using UnityObject = UnityEngine.Object;