From 8f29f93577c4b1c0c65b00f8b4f8e3850f0c9a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=96=D0=B5=D0=BB=D0=BE=D0=BD=D0=BA=D0=B8=D0=BD=20=D0=94?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=81?= Date: Thu, 23 Jan 2025 00:01:07 +0700 Subject: [PATCH] 123 --- Form1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();