| | |
| | | m_TextShowB.gameObject.SetActive(false);
|
| | | m_TextShowC.gameObject.SetActive(false);
|
| | | m_TextShowD.gameObject.SetActive(false);
|
| | | m_TextAdvanceName.text = "?";
|
| | | }
|
| | | else
|
| | | {
|
| | |
| | | m_TextShowB.gameObject.SetActive(true);
|
| | | m_TextShowC.gameObject.SetActive(true);
|
| | | m_TextShowD.gameObject.SetActive(true);
|
| | | m_TextAdvanceName.text = functionForecastConfig.FuncName;
|
| | | }
|
| | | m_TextAdvanceName.text = functionForecastConfig.FuncName;
|
| | | |
| | | DisplayIcon(ClickFuncID);
|
| | | string[] StrList = ConfigParse.GetMultipleStr(functionForecastConfig.Content);
|
| | | if (StrList.Length > 0)
|
| | |
| | | }
|
| | | }
|
| | | m_TextUnopened.gameObject.SetActive(true);
|
| | | m_TextUnopened.text = string.Format(Language.Get("NextYGLimit"), NeedLv, functionForecastConfig.FuncName);
|
| | | m_TextUnopened.text = string.Format(Language.Get("NextYGLimit"), NeedLv);
|
| | | return;
|
| | | }
|
| | | if (funcoPenConfig.LimitMagicWeapon != 0 || funcoPenConfig.LimitMissionID != 0)
|