聊天频道
This commit is contained in:
11
Entity/Chat/ChatChannelCenterComponent.cs
Normal file
11
Entity/Chat/ChatChannelCenterComponent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Fantasy.Entitas;
|
||||
|
||||
namespace NB.Chat;
|
||||
|
||||
/// <summary>
|
||||
/// 聊天频道管理
|
||||
/// </summary>
|
||||
public class ChatChannelCenterComponent : Entity
|
||||
{
|
||||
public readonly Dictionary<long, ChatChannelComponent> Channels = new Dictionary<long, ChatChannelComponent>();
|
||||
}
|
||||
Reference in New Issue
Block a user