Beispiel #1
0
 public void OnDestroy()
 {
     _instance = null;
 }
Beispiel #2
0
 public void Awake()
 {
     _instance = this;
     Label     = GetComponentInChildren <Text>();
     gameObject.SetActive(false);
 }