From 488a0d0583ee8aa2750cc63a5688050fcf2ff395 Mon Sep 17 00:00:00 2001 From: "DESKTOP-SAJ6RKV\\Administrator" Date: Mon, 9 Jun 2025 11:09:36 +0800 Subject: [PATCH] 1 --- .../Assets/GameScripts/HotFix/GameLogic/UI/UIGameMainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameMainForm.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameMainForm.cs index a68bd815..907ec241 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameMainForm.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIGameMainForm.cs @@ -50,7 +50,7 @@ namespace GameLogic switch (gameLenTiemrId) { case 0: - EventConts.gameLenTiemr = 2 * 60; + EventConts.gameLenTiemr = 10 * 60; break; case 1: EventConts.gameLenTiemr = 20 * 60;