From 3f5c3333d550a798e6afb163306c4db97746d2fe Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 27 十一月 2025 17:18:01 +0800
Subject: [PATCH] 0312 图鉴中第一个可以升级或者升星的武将,引导用
---
Main/System/HeroUI/HeroCollectionCardCell.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Main/System/HeroUI/HeroCollectionCardCell.cs b/Main/System/HeroUI/HeroCollectionCardCell.cs
index e403273..6ca449a 100644
--- a/Main/System/HeroUI/HeroCollectionCardCell.cs
+++ b/Main/System/HeroUI/HeroCollectionCardCell.cs
@@ -21,6 +21,9 @@
{
var heroID = HeroUIManager.Instance.heroCollectDict[quality][index];
var heroConfig = HeroConfig.Get(heroID);
+
+ this.gameObject.name = $"herocard_{heroID}";
+
HB122_tagSCHeroInfo.tagSCHero colData;
HeroUIManager.Instance.TryGetHeroBookInfo(heroID, out colData);
heroCardBG.SetSprite("herocardbg" + heroConfig.Quality);
--
Gitblit v1.8.0