#if UNITY_EDITOR using UnityEditor; #endif namespace Jovian.InspectorTools { public interface IActionableAttribute { #if UNITY_EDITOR void Trigger(SerializedProperty serializedProperty); #endif } }