diff --git a/Assets/Scripts/GameOver.cs b/Assets/Scripts/GameOver.cs index 093229f..96e6bff 100644 --- a/Assets/Scripts/GameOver.cs +++ b/Assets/Scripts/GameOver.cs @@ -7,7 +7,7 @@ using Assets.Scripts.API; public class GameOver : MonoBehaviour { - private float _timer = 0f; +// private float _timer = 0f; private int score = 0; private GameObject _player;