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

13 lines
187 B
C#

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