示例#1
0
 public void OnDestroy()
 {
     ins = null;
 }
示例#2
0
 public void onDestruction()
 {
     ins = null;
 }
示例#3
0
 void Awake()
 {
     ins = this;
 }