From 3b2a6bb9047cfce9f501593b3669a9c1af6c5df4 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 05 十一月 2025 17:40:23 +0800
Subject: [PATCH] 130 战斗修改回合样式

---
 Main/Component/UI/Common/PopupMessageContainer.cs |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/Main/Component/UI/Common/PopupMessageContainer.cs b/Main/Component/UI/Common/PopupMessageContainer.cs
index cad23f1..029a678 100644
--- a/Main/Component/UI/Common/PopupMessageContainer.cs
+++ b/Main/Component/UI/Common/PopupMessageContainer.cs
@@ -1,12 +1,10 @@
 锘�//--------------------------------------------------------
-//    [Author]:           绗簩涓栫晫
+//    [Author]:           鐜╀釜娓告垙
 //    [  Date ]:           Monday, August 14, 2017
 //--------------------------------------------------------
 using UnityEngine;
 using System.Collections;
 using System.Collections.Generic;
-
-namespace vnxbqy.UI {
 
     [RequireComponent(typeof(RectTransform))]
     public class PopupMessageContainer:MonoBehaviour {
@@ -75,8 +73,5 @@
 
 
     }
-
-}
-
 
 

--
Gitblit v1.8.0