mirror of
https://github.com/codewriter-packages/Tri-Inspector.git
synced 2025-01-22 08:18:49 -05:00
Fix namespaces
This commit is contained in:
parent
b1e66c69db
commit
e9f9894d59
@ -1,4 +1,5 @@
|
||||
using TriInspector.Utilities;
|
||||
using TriInspectorUnityInternalBridge;
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
using TriInspector.Utilities;
|
||||
using TriInspectorUnityInternalBridge;
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
using TriInspector.Utilities;
|
||||
using TriInspectorUnityInternalBridge;
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using TriInspector.Utilities;
|
||||
using TriInspectorUnityInternalBridge;
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
namespace TriInspector.Utilities
|
||||
namespace TriInspectorUnityInternalBridge
|
||||
{
|
||||
internal static class EditorGUIUtilityProxy
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
using UnityEditorInternal;
|
||||
|
||||
namespace TriInspector.Utilities
|
||||
namespace TriInspectorUnityInternalBridge
|
||||
{
|
||||
internal static class InternalEditorUtilityProxy
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
namespace TriInspector.Utilities
|
||||
namespace TriInspectorUnityInternalBridge
|
||||
{
|
||||
internal static class ScriptAttributeUtilityProxy
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user