三国卡牌客户端基础资源仓库
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 @@
    }
}