Example #1
0
 protected void OnApplicationQuit()
 {
     onDestruction();
     _instance = null;
 }
Example #2
0
 protected virtual void OnDestroy()
 {
     onDestruction();
     _instance = null;
 }