Ejemplo n.º 1
0
 public static void startRandom()
 {
     Debug.Log("Beginning random debug seed!");
     CommandLineManager.learnTest(convertLevelSet(), true, false, false);
 }
Ejemplo n.º 2
0
 public static void startIterative()
 {
     Debug.Log("Beginning iterative debug seed!");
     CommandLineManager.learnTest(convertLevelSet(), false, true, false);
 }