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