diff --git a/Form1.cs b/Form1.cs index e315945..d3a7cbe 100644 --- a/Form1.cs +++ b/Form1.cs @@ -14,7 +14,7 @@ namespace gameeee public partial class Form1 : Form { private Random random = new Random(); - private int score = 0; + private int score = 0;// bpvtytbyt private int timeLeft = 60; private int interval = 1000; private Timer gameTimer = new Timer();