Example #1
0
 private void ShowConsole()
 {
     if (null != ConsolePanel.GetInst())
     {
         ConsolePanel.GetInst().BeShow();
     }
 }
Example #2
0
 private void OnDestroy()
 {
     m_Inst = null;
 }
Example #3
0
 private void Awake()
 {
     m_Inst = this;
     gameObject.SetActive(_bShow);
 }