Files
BABA_YAGA/Packages/app.rive.rive-unity/Editor/Components/PanelContextPreviewManagerEditor.cs
2026-05-19 17:39:03 +07:00

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
{
}
}