Example #1
0
 void OnDestroy()
 {
     s_Sigleton = null;
 }
Example #2
0
 void Awake()
 {
     s_Sigleton = this;
 }