Exemplo n.º 1
0
 private void CountToEnd()
 {
     deathTimer += Time.deltaTime;
     if (deathTimer >= endGameDelay)
     {
         swapper.LoadGameOver();
     }
 }