GameOver: Remove timer variable

parent 15f18a6d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment