Skip to content

Commit

Permalink
Fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
vanifatovvlad committed Jun 1, 2022
1 parent b1e66c6 commit e9f9894
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions Editor/Elements/InlineEditorElement.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using TriInspector.Utilities;
using TriInspectorUnityInternalBridge;
using UnityEditor;
using UnityEngine;

Expand Down
2 changes: 1 addition & 1 deletion Editor/Elements/TriBuiltInPropertyElement.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using TriInspector.Utilities;
using TriInspectorUnityInternalBridge;
using UnityEditor;
using UnityEngine;

Expand Down
1 change: 1 addition & 0 deletions Editor/Elements/TriInfoBoxElement.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using TriInspector.Utilities;
using TriInspectorUnityInternalBridge;
using UnityEditor;
using UnityEngine;

Expand Down
1 change: 1 addition & 0 deletions Editor/Elements/TriPropertyElement.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using TriInspector.Utilities;
using TriInspectorUnityInternalBridge;
using UnityEditor;
using UnityEngine;

Expand Down
2 changes: 1 addition & 1 deletion Unity.InternalAPIEditorBridge.012/EditorGUIUtilityProxy.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using UnityEditor;
using UnityEngine;

namespace TriInspector.Utilities
namespace TriInspectorUnityInternalBridge
{
internal static class EditorGUIUtilityProxy
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using UnityEditorInternal;

namespace TriInspector.Utilities
namespace TriInspectorUnityInternalBridge
{
internal static class InternalEditorUtilityProxy
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using UnityEditor;
using UnityEngine;

namespace TriInspector.Utilities
namespace TriInspectorUnityInternalBridge
{
internal static class ScriptAttributeUtilityProxy
{
Expand Down

0 comments on commit e9f9894

Please sign in to comment.