protected override void BeforeOnDestroy() { base.BeforeOnDestroy(); Instance = null; m_OnChangeSuccess = null; }
protected override void OnAwake() { base.OnAwake(); Instance = this; }