Beispiel #1
0
 public static void LoadGame()
 {
     if (CurrentLoadingManager != null)
     {
         CurrentLoadingManager.StartTransactionOut();
         CurrentLoadingManager.TranactionOutEnd += LoadingLevelProcess;
     }
     else
     {
         LoadingLevelProcess();
     }
 }