Example #1
0
 private void Awake()
 {
     Instance     = this;
     base.enabled = false;
 }
Example #2
0
 public static void DestroyInstance()
 {
     Instance = null;
 }