| | |
| | | { |
| | | // fullPanel.SetActive(true); |
| | | lvupPanel.SetActive(state == 1); |
| | | fullHeadCell.Init(HeroUIManager.Instance.selectCollectHeroID, config.SkinIDList[0], colData.BookStarLV); |
| | | name3.text = colData.BookBreakLV == 0 ? config.Name : Language.Get("herocardbreaklv", config.Name, colData.BookBreakLV); |
| | | fullHeadCell.Init(HeroUIManager.Instance.selectCollectHeroID, config.SkinIDList[0]); |
| | | name3.text = config.Name; |
| | | |
| | | |
| | | btn.SetActive(true); |
| | |
| | | awardInfo.text = string.Empty; |
| | | unActiveGo.SetActive(false); |
| | | // titleText.text = Language.Get("HeroAwake12"); |
| | | int afterBreakLV = colData.BookBreakLV; |
| | | int afterStarLV = colData.BookStarLV; |
| | | if (state == 1) |
| | | { |
| | | lvupPanel.SetActive(true); |