private void OnDisable()
 {
     if (m_boxIsExtant)
     {
         GameUIRoot.Instance.ShowCoreUI(string.Empty);
         m_boxIsExtant = false;
         TextBoxManager.ClearTextBoxImmediate(textboxSpawnPoint);
     }
 }