From 4ed604585d062b67665af33c9b0cd2acf33bfc62 Mon Sep 17 00:00:00 2001 From: ZYT <2300409876@qq.com> Date: Mon, 11 Aug 2025 10:48:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B8=B8=E6=88=8F=E6=97=B6?= =?UTF-8?q?=E9=95=BF=E4=B8=BA10=E5=88=86=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/_DinosaurAge/Scripts/GameInit.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/_DinosaurAge/Scripts/GameInit.cs b/Assets/_DinosaurAge/Scripts/GameInit.cs index 442e4613..3598f8c3 100644 --- a/Assets/_DinosaurAge/Scripts/GameInit.cs +++ b/Assets/_DinosaurAge/Scripts/GameInit.cs @@ -46,7 +46,7 @@ namespace DinosaurAge [SyncVar] public long vistEnd = 0; // 总游玩时长 - private int vistAllTime = (int)(60 * 8f); + private int vistAllTime = (int)(60 * 10f); public GameObject Door; public GameObject DoorPre;