forked from Shardstone/trail-into-darkness
Some renaming and added more settings
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Reflection;
|
||||
using UnityEngine;
|
||||
|
||||
namespace InspectorToolkit
|
||||
namespace Jovian.InspectorTools
|
||||
{
|
||||
public class ConstantsSelectionAttribute : PropertyAttribute
|
||||
{
|
||||
@@ -17,7 +17,7 @@ namespace InspectorToolkit
|
||||
}
|
||||
|
||||
#if UNITY_EDITOR
|
||||
namespace InspectorToolkit.Internal
|
||||
namespace Jovian.InspectorTools.Internal
|
||||
{
|
||||
using UnityEditor;
|
||||
using EditorTools;
|
||||
|
||||
Reference in New Issue
Block a user