Пример #1
0
 public void QuitDemo()
 {
     _treeManager?.CleanUp();
     Debug.Log("Quitting");
     Application.Quit(0);
 }