Ejemplo n.º 1
0
 public static void OnSceneLoading()
 {
     LevelPlayground.LoadLevels();
     LevelPlayground.LoadPrefabs();
     LevelPlayground.CreateWheel();
     LevelPlayground.CreateBullets();
     LevelPlayground.CreatePrizes();
     LevelPlayground.CreateBarriers();
     LevelPlayground.RenderPoints();
 }