using Fantasy.Entitas; public class ChatChannel : Entity { public readonly HashSet ChatUnits = new HashSet(); }