forked from Shardstone/trail-into-darkness
Some renaming and added more settings
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
using System;
|
||||
using InspectorToolkit.Internal;
|
||||
using Jovian.InspectorTools.Internal;
|
||||
using Jovian.Utilities.Editor;
|
||||
using UnityEngine;
|
||||
#if UNITY_EDITOR
|
||||
using UnityEditor;
|
||||
#endif
|
||||
|
||||
namespace InspectorToolkit {
|
||||
namespace Jovian.InspectorTools {
|
||||
public class RequireArraySizeAttribute : ArrayAttribute, IPropertyCondition {
|
||||
|
||||
public readonly int size;
|
||||
|
||||
Reference in New Issue
Block a user