|
@@ -266,9 +266,10 @@ namespace Fort23.Mono
|
|
|
UIManager.Instance.DormancyGComponent(gongFaUpgradeInfoWidget);
|
|
UIManager.Instance.DormancyGComponent(gongFaUpgradeInfoWidget);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- Btn_Rest.gameObject.SetActive(_skillInfo.SkillPowerupConfig.ID > 1);
|
|
|
|
|
|
|
+
|
|
|
_gongFaUpgradeInfoWidgets.Clear();
|
|
_gongFaUpgradeInfoWidgets.Clear();
|
|
|
_skillInfo = skillInfo;
|
|
_skillInfo = skillInfo;
|
|
|
|
|
+ Btn_Rest.gameObject.SetActive(_skillInfo.SkillPowerupConfig.ID > 1);
|
|
|
RedDotComType02.CustomInit(13, _skillInfo);
|
|
RedDotComType02.CustomInit(13, _skillInfo);
|
|
|
RedDotComType01.CustomInit(12, _skillInfo);
|
|
RedDotComType01.CustomInit(12, _skillInfo);
|
|
|
_skillPowerupConfigs = ConfigComponent.Instance.GetAll<SkillPowerupConfig>().ToList();
|
|
_skillPowerupConfigs = ConfigComponent.Instance.GetAll<SkillPowerupConfig>().ToList();
|