using Fantasy.Entitas; namespace NB.Chat; /// /// 聊天频道管理 /// public class ChatChannelCenterComponent : Entity { public readonly Dictionary Channels = new Dictionary(); }