From 65fc6030075036fb5d2821a194d05837b148533a 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: Wed, 22 Jan 2025 23:57:06 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BB=D0=B8=D1=88=D0=BD=D0=B8=D1=85=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80=D0=B8=D0=B5=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Form1.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Form1.cs b/Form1.cs index 78d6d3e..e315945 100644 --- a/Form1.cs +++ b/Form1.cs @@ -14,11 +14,11 @@ namespace gameeee public partial class Form1 : Form { private Random random = new Random(); - private int score = 0; // Счет игрока - private int timeLeft = 60; // Время (секунд) - private int interval = 1000; // Интервал появления кнопки - private Timer gameTimer = new Timer(); // Таймер игры - private Timer buttonTimer = new Timer(); // Таймер для появления кнопок + private int score = 0; + private int timeLeft = 60; + private int interval = 1000; + private Timer gameTimer = new Timer(); + private Timer buttonTimer = new Timer(); public Form1() {