From 10ca9daa8cbd54658924e3863752808b8251f0e7 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 16 十月 2025 16:22:29 +0800
Subject: [PATCH] 125 战斗 无法快速结束战斗的问题修复

---
 Main/Component/UI/Common/CoolDownBehaviour.cs |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/Main/Component/UI/Common/CoolDownBehaviour.cs b/Main/Component/UI/Common/CoolDownBehaviour.cs
index 0b858d0..e1a14e4 100644
--- a/Main/Component/UI/Common/CoolDownBehaviour.cs
+++ b/Main/Component/UI/Common/CoolDownBehaviour.cs
@@ -1,13 +1,11 @@
 锘�//--------------------------------------------------------
-//    [Author]:           绗簩涓栫晫
+//    [Author]:           鐜╀釜娓告垙
 //    [  Date ]:           Tuesday, October 24, 2017
 //--------------------------------------------------------
 using UnityEngine;
 using System.Collections;
 using UnityEngine.UI;
 
-namespace vnxbqy.UI
-{
 
     public class CoolDownBehaviour : MonoBehaviour
     {
@@ -83,7 +81,6 @@
 
     }
 
-}
 
 
 

--
Gitblit v1.8.0