From 911a0b72e3415c9d3aba121bc532160da77c1afa Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 22 十月 2025 21:05:02 +0800
Subject: [PATCH] 65 子 【公会】基础主体 / 【公会】基础主体-客户端
---
Main/System/Guild/GuildEmblemCell.cs | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/Main/System/Guild/GuildEmblemCell.cs b/Main/System/Guild/GuildEmblemCell.cs
index 2f7690d..a12a4f4 100644
--- a/Main/System/Guild/GuildEmblemCell.cs
+++ b/Main/System/Guild/GuildEmblemCell.cs
@@ -8,7 +8,7 @@
[RequireComponent(typeof(UIEffectPlayer))]
public class GuildEmblemCell : MonoBehaviour
{
- [SerializeField] ImageEx emblemIcon;
+ [SerializeField] Image emblemIcon;
[SerializeField] UIFrame frame;
[SerializeField] UIEffectPlayer uiEffect;
[Header("瀛� F9E29F 鍖呰竟 683C00 瀛楀彿36 Y:-9")]
@@ -21,6 +21,11 @@
{
return;
}
+ if (emblemIcon == null)
+ {
+ Debug.LogError("鍏細寰界珷鏈缃�");
+ return;
+ }
// 寰界珷鍔ㄦ�佹晥鏋滄寜甯у鐞嗭紝濡傛灉鍚庣画瑕佹敼鎴恠pine鐗规晥锛屽垯鍐嶅晢璁慨鏀�
// 鐩墠鐗规晥涓洪檮鍔犺〃鐜�
--
Gitblit v1.8.0