Assets/Editor/UIComponent/CustomImageEditor.cs
@@ -7,7 +7,6 @@ using UnityEditor; using System; namespace vnxbqy.UI { [CustomEditor(typeof(CustomImage)), CanEditMultipleObjects] public class CustomImageEidtor:Editor { @@ -35,7 +34,6 @@ } }