Beispiel #1
0
 void Awake()
 {
     blackmask = this;
     this.gameObject.SetActive(false);
 }
Beispiel #2
0
 void Awake()
 {
     _instance = this;
     this.gameObject.SetActive(false);
 }
Beispiel #3
0
 void Awake() {
     Instance = this;
     this.gameObject.SetActive(false);
 }