聊天频道相关
This commit is contained in:
@@ -7,5 +7,5 @@ namespace NB.Chat;
|
||||
/// </summary>
|
||||
public class ChatChannelCenterComponent : Entity
|
||||
{
|
||||
public readonly Dictionary<long, ChatChannelComponent> Channels = new Dictionary<long, ChatChannelComponent>();
|
||||
public readonly Dictionary<long, ChatChannel> Channels = new Dictionary<long, ChatChannel>();
|
||||
}
|
||||
Reference in New Issue
Block a user