13 lines
187 B
C#
13 lines
187 B
C#
using Rive.Components;
|
|
using UnityEditor;
|
|
|
|
namespace Rive.EditorTools
|
|
{
|
|
[CustomEditor(typeof(RivePanel), true)]
|
|
internal class RivePanelInspector : RiveBaseEditor
|
|
{
|
|
|
|
|
|
}
|
|
}
|