forked from Shardstone/trail-into-darkness
Some renaming and added more settings
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
using InspectorToolkit.Internal;
|
||||
using Jovian.InspectorTools.Internal;
|
||||
using UnityEngine;
|
||||
#if UNITY_EDITOR
|
||||
using UnityEditor;
|
||||
using InspectorToolkit.EditorTools;
|
||||
using Jovian.InspectorTools.EditorTools;
|
||||
#endif
|
||||
|
||||
#pragma warning disable 0414
|
||||
namespace InspectorToolkit
|
||||
namespace Jovian.InspectorTools
|
||||
{
|
||||
public class MinValueAttribute : AttributeBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user