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