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