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;