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