using System.Collections; using System.Collections.Generic; using Rive.Components; using UnityEditor; using UnityEngine; namespace Rive.EditorTools { [CustomEditor(typeof(PanelContextPreviewManager), true)] internal class PanelContextPreviewManagerEditor : RiveBaseEditor { } }