Exemple #1
0
 public static void Destroy()
 {
     if (sInstance != null)
     {
         sInstance.OnDestroy();
         sInstance = null;
     }
 }