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