update
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Rive.Components;
|
||||
using UnityEditor;
|
||||
|
||||
namespace Rive.EditorTools
|
||||
{
|
||||
[CustomEditor(typeof(RivePanel), true)]
|
||||
internal class RivePanelInspector : RiveBaseEditor
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user