|
@@ -86,9 +86,10 @@ namespace GFGGame
|
|
|
_type = (int)this.viewData;
|
|
|
_valueBarController.OnShown();
|
|
|
_valueBarController.Controller(11);
|
|
|
+
|
|
|
+ _ui.m_comSkill.m_list.numItems = LeagueSkillCountCfgArray.Instance.GetCfg(_type).layerCount;
|
|
|
_ui.m_t0.Play(() =>
|
|
|
{
|
|
|
- _ui.m_comSkill.m_list.numItems = LeagueSkillCountCfgArray.Instance.GetCfg(_type).layerCount;
|
|
|
UpdateView(false);
|
|
|
});
|
|
|
}
|