using Rive.Components; using UnityEditor; namespace Rive.EditorTools { [CustomEditor(typeof(RivePanel), true)] internal class RivePanelInspector : RiveBaseEditor { } }