From 78e26d35f4fa953b46a13a29f085ac2788305af0 Mon Sep 17 00:00:00 2001 From: Ding Yuntian <1491671119@qq.com> Date: Fri, 28 Nov 2025 15:49:43 +0800 Subject: [PATCH] Update ConstRef.cs --- Assets/Scripts/Utility/ConstRef.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Utility/ConstRef.cs b/Assets/Scripts/Utility/ConstRef.cs index a6f301b74..50b3b412b 100644 --- a/Assets/Scripts/Utility/ConstRef.cs +++ b/Assets/Scripts/Utility/ConstRef.cs @@ -74,7 +74,7 @@ namespace AibisDream.Utility public const int CharacterDelayTime = 70; public const int LineMaxDelay = 2800; public const int LineMinDelay = 600; - public const int AutoHideDelay = 300; + public const int AutoHideDelay = 150; public const int FixedDelay = 200; #endregion