Example #1
0
 private void StartLevel()
 {
     BirdSpawner.StartSpawning(2 + Stats.Level * 2, Stats.Level / 3f);
     UpdateGameUI();
 }