|
@@ -112,7 +112,7 @@ namespace GFGGame
|
|
_ui.m_btnRecommend.enabled = GameGlobal.myNumericComponent.GetAsInt(ET.NumericType.RecommendCount) > 0;
|
|
_ui.m_btnRecommend.enabled = GameGlobal.myNumericComponent.GetAsInt(ET.NumericType.RecommendCount) > 0;
|
|
_scoreIndex = _ui.m_partsList.m_comboBoxRarity.selectedIndex;
|
|
_scoreIndex = _ui.m_partsList.m_comboBoxRarity.selectedIndex;
|
|
_ui.m_btnAutoPlay.selected = EquipDataCache.cacher.autoPlay;
|
|
_ui.m_btnAutoPlay.selected = EquipDataCache.cacher.autoPlay;
|
|
- // _ui.m_btnAutoPlay.visible = FunctionOpenDataManager.Instance.CheckIsFunOpenById(ConstFunctionId.FUNCTION_AUTOPLAY_FIGHT, false);
|
|
|
|
|
|
+ _ui.m_btnAutoPlay.visible = FunctionOpenDataManager.Instance.CheckIsFunOpenById(ConstFunctionId.FUNCTION_AUTOPLAY_FIGHT, false);
|
|
|
|
|
|
_levelID = (int)viewData;
|
|
_levelID = (int)viewData;
|
|
_levelCfg = StoryLevelCfgArray.Instance.GetCfg(_levelID);
|
|
_levelCfg = StoryLevelCfgArray.Instance.GetCfg(_levelID);
|