forked from Shardstone/trail-into-darkness
changed directory structure
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#if UNITY_EDITOR
|
||||
using UnityEditor;
|
||||
#endif
|
||||
|
||||
namespace Jovian.InspectorTools {
|
||||
public interface IPropertyCondition {
|
||||
#if UNITY_EDITOR
|
||||
bool DoesPropertyMeetCondition(SerializedProperty property, out string description);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user