| | |
| | | m_HeadPortraitTip.gameObject.SetActive(false);
|
| | | CopyOfThePanel.gameObject.SetActive(false);
|
| | | _SwitchShowBtn.gameObject.SetActive(false);
|
| | | m_TopRightTip.ShowMiniMap(false);
|
| | | m_ChatTip.gameObject.SetActive(false);
|
| | | m_FunctionForecastTip.gameObject.SetActive(false);
|
| | | m_TaskSwithButton.gameObject.SetActive(false);
|
| | |
| | | m_HeadPortraitTip.gameObject.SetActive(true);
|
| | | CopyOfThePanel.gameObject.SetActive(true);
|
| | | _SwitchShowBtn.gameObject.SetActive(true);
|
| | | m_TopRightTip.ShowMiniMap(true);
|
| | | m_ChatTip.gameObject.SetActive(true);
|
| | | m_FunctionForecastTip.gameObject.SetActive(true);
|
| | | m_TaskSwithButton.gameObject.SetActive(true);
|