Example #1
0
 public void StartLevel()
 {
     m_PointAccountant.PreparePointBudget(levelCompleter.GetCurrentLevel());
     m_Moon.Spawn();
     if (earth.IsDestroyed())
     {
         m_StatsTracker.ResetStats();
         earth.Spawn();
     }
 }