Esempio n. 1
0
 private void OnDestroy()
 {
     Ins = null;
 }
Esempio n. 2
0
 private void Awake()
 {
     Ins    = this;
     _Trans = transform;
     gameObject.SetActive(false);
 }