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

8 lines
124 B
C#
Raw Normal View History

2024-07-03 18:38:10 +08:00
using UnityEngine;
using UnityEditor;
[CustomEditor(typeof(MyScrollRect))]
public class MyScrollRectEditor : Editor
{
}