using Fantasy.Entitas; namespace NB.Chat; /// /// 聊天频道实体 /// public class ChatChannelComponent : Entity { public readonly HashSet Units = new HashSet(); }