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