Fix namespaces

This commit is contained in:
VladV 2022-06-01 11:19:33 +03:00
parent b1e66c69db
commit e9f9894d59
7 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,5 @@
using TriInspector.Utilities;
using TriInspectorUnityInternalBridge;
using UnityEditor;
using UnityEngine;

View File

@ -1,4 +1,4 @@
using TriInspector.Utilities;
using TriInspectorUnityInternalBridge;
using UnityEditor;
using UnityEngine;

View File

@ -1,4 +1,5 @@
using TriInspector.Utilities;
using TriInspectorUnityInternalBridge;
using UnityEditor;
using UnityEngine;

View File

@ -1,5 +1,6 @@
using System;
using TriInspector.Utilities;
using TriInspectorUnityInternalBridge;
using UnityEditor;
using UnityEngine;

View File

@ -1,7 +1,7 @@
using UnityEditor;
using UnityEngine;
namespace TriInspector.Utilities
namespace TriInspectorUnityInternalBridge
{
internal static class EditorGUIUtilityProxy
{

View File

@ -1,6 +1,6 @@
using UnityEditorInternal;
namespace TriInspector.Utilities
namespace TriInspectorUnityInternalBridge
{
internal static class InternalEditorUtilityProxy
{

View File

@ -1,7 +1,7 @@
using UnityEditor;
using UnityEngine;
namespace TriInspector.Utilities
namespace TriInspectorUnityInternalBridge
{
internal static class ScriptAttributeUtilityProxy
{