Exemple #1
0
    protected override void BeforeOnDestroy()
    {
        base.BeforeOnDestroy();

        Instance          = null;
        m_OnChangeSuccess = null;
    }
Exemple #2
0
 protected override void OnAwake()
 {
     base.OnAwake();
     Instance = this;
 }