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