private void ShowConsole() { if (null != ConsolePanel.GetInst()) { ConsolePanel.GetInst().BeShow(); } }
private void OnDestroy() { m_Inst = null; }
private void Awake() { m_Inst = this; gameObject.SetActive(_bShow); }