void OnDisable() { m_Instance = null; }
void OnDestroy() { m_Instance = null; }
void OnEnable() { m_Instance = this; }
void Awake() { m_Instance = this; m_Tabs.delTabChanged = OnTabClick; m_Tabs.ChangeTab("Mount"); }