private void Awake()
 {
     instance = this;
 }
Beispiel #2
0
 private void Awake()
 {
     UIGameplay.gameObject.SetActive(false);
     _INSTANCE = this;
 }