三国卡牌客户端基础资源仓库
hch
昨天 f2fd959ec5237bbee2fc2861f02ebf26b28f2bc0
Assets/Editor/ScriptEditor/CellViewEditor.cs
@@ -11,7 +11,7 @@
        if (buttonEx != null)
        {
            EditorGUILayout.HelpBox("CellView 和 ButtonEx 不能同时挂载在同一个 GameObject 上!", MessageType.Error);
            EditorGUILayout.HelpBox("CellView和ButtonEx 不能同时挂载!请改用Button", MessageType.Error);
        }
        base.OnInspectorGUI();