From 9e7cf1d676f79c79a5afc0d3cce20ed4481368e2 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期五, 06 六月 2025 18:30:39 +0800 Subject: [PATCH] 0015 卡牌服务端搭建 - 去掉旧命名空间vnxbqy.UI,调整目录如ui里是界面 旧项目是 ui/window 等 --- Main/System/Chat/ChatChannelCell.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/Main/System/Chat/ChatChannelCell.cs b/Main/System/Chat/ChatChannelCell.cs index 49ea85d..a64b4dd 100644 --- a/Main/System/Chat/ChatChannelCell.cs +++ b/Main/System/Chat/ChatChannelCell.cs @@ -1,5 +1,4 @@ -锘縰sing vnxbqy.UI; -using System.Collections; +锘縰sing System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; -- Gitblit v1.8.0