三国卡牌客户端基础资源仓库
hch
2025-11-03 eacf261ff7ced55c03fa11fb55128d166acca217
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();