using Fantasy.Entitas; public class ChatChannelCenterComponent : Entity { public Dictionary ChatChannels = new Dictionary(); }