sk-client/Assets/Scripts/Editor/ProcessInspectorShow.cs

8 lines
124 B
C#

using UnityEngine;
using UnityEditor;
[CustomEditor(typeof(MyScrollRect))]
public class MyScrollRectEditor : Editor
{
}