15 lines
296 B
C#
15 lines
296 B
C#
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
|
|
{
|
|
|
|
}
|
|
}
|