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