示例#1
0
 private void OnApplicationQuit()
 {
     StopAllCoroutines();
     Executors.Destroy();
     if (gameObject != null)
     {
         Destroy(gameObject);
     }
 }