Exemplo n.º 1
0
 public static void BackMainPanel()
 {
     if (createView != null)
     {
         createView.ClosePanel();
     }
     if (loadView != null)
     {
         loadView.ClosePanel();
     }
     mainViewGameObject.SetActive(true);
 }