using Fantasy.Entitas; namespace NB.Chat; public class ChatUnitManageComponent : Entity { public readonly Dictionary ChatUnits = new(); }