void Awake() { blackmask = this; this.gameObject.SetActive(false); }
void Awake() { _instance = this; this.gameObject.SetActive(false); }
void Awake() { Instance = this; this.gameObject.SetActive(false); }