Example #1
0
 public static void ResetLevel()
 {
     LevelCreatorUtils.ResetLevel();
 }
Example #2
0
 public static void CreateLevel()
 {
     LevelCreatorUtils.NewLevel();
 }