From 277e13e374f7b647388e9df8e5540cca9e3b1128 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期五, 05 九月 2025 20:17:27 +0800 Subject: [PATCH] 117 【武将】武将系统 - 吞噬功能 --- Main/System/HeroUI/GiftBaseCell.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Main/System/HeroUI/GiftBaseCell.cs b/Main/System/HeroUI/GiftBaseCell.cs index 8370f3e..3180fdd 100644 --- a/Main/System/HeroUI/GiftBaseCell.cs +++ b/Main/System/HeroUI/GiftBaseCell.cs @@ -108,6 +108,7 @@ //giftID 0 :浠h〃鐏拌壊闇�鍗囨槦婵�娲� -1锛氫唬琛ㄦ鑹查渶瑙夐啋婵�娲伙紝鍏朵粬鏍规嵁閰嶈〃锛屾病鏈夊ぉ璧嬬殑澶栧眰鎺у埗鏄鹃殣 public void Init(int giftID, int lv, UnityAction onclick = null, int showState = 0, int heroID = 0, int index = 0) { + LoadPrefab(); //瀛樺湪琚嵏杞界殑鍙兘锛岄噸鏂板姞杞� if (HeroTalentConfig.HasKey(giftID)) { var config = HeroTalentConfig.Get(giftID); -- Gitblit v1.8.0