From 09bc892c7283df8757a07b646d5af21ddaa263d1 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 06 十一月 2025 18:22:34 +0800
Subject: [PATCH] 164 天子的考验-客户端
---
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