//**************************************************************************************************** // //**************************************************************************************************** private void Awake() { if (m_instance == null) { m_instance = this; } }
//**************************************************************************************************** // //**************************************************************************************************** private void OnDestroy() { if (m_instance == this) { m_instance = null; } Cancel(); }