| | |
| | | _FunctionIcon.SetSprite("PersonBossIcon");
|
| | | m_Information_reward.SetActive(false);
|
| | | _NameText.SetActive(true);
|
| | | _NameText.text = Language.Get("Z1043");
|
| | | //_NameText.text = Language.Get("Z1043"); |
| | | _NameText.text = Language.Get("SecondWindowTitle_27");
|
| | | _Information.SetActive(false);
|
| | | }
|
| | | else
|
| | |
| | | _NameText.SetActive(true);
|
| | | _Information.SetActive(false);
|
| | | _FunctionIcon.SetSprite(FunctionForecastConfig.Get(ID).FuncIconKey);
|
| | | _NameText.text = FunctionForecastConfig.Get(ID).Describe;
|
| | | //_NameText.text = FunctionForecastConfig.Get(ID).Describe;
|
| | | _NameText.text = Language.Get("SecondWindowTitle_27");
|
| | | _Information.text= FunctionForecastConfig.Get(ID).OpenDescribe;
|
| | |
|
| | | }
|