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