From eb27e5fd31f73b998a4bbd85511a31e40b8c61b7 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 21 十一月 2025 17:03:47 +0800
Subject: [PATCH] 0312 关闭游戏内日志

---
 Main/System/Chat/ChatItemCell.cs |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/Main/System/Chat/ChatItemCell.cs b/Main/System/Chat/ChatItemCell.cs
index 2425910..99ca228 100644
--- a/Main/System/Chat/ChatItemCell.cs
+++ b/Main/System/Chat/ChatItemCell.cs
@@ -3,14 +3,11 @@
 using UnityEngine;
 using UnityEngine.UI;
 
-namespace vnxbqy.UI
+public class ChatItemCell : CellView
 {
-    public class ChatItemCell : CellView
-    {
-        [SerializeField] List<ItemCell> m_Items;
-        public List<ItemCell> items { get { return m_Items; } }
-        [SerializeField] List<Image> m_ItemEquips;
-        public List<Image> itemEquips { get { return m_ItemEquips; } }
-    }
+    [SerializeField] List<ItemCell> m_Items;
+    public List<ItemCell> items { get { return m_Items; } }
+    [SerializeField] List<Image> m_ItemEquips;
+    public List<Image> itemEquips { get { return m_ItemEquips; } }
 }
 

--
Gitblit v1.8.0