using Fantasy.Entitas; namespace Fantasy; public sealed class ChatUnit : Entity { public string UserName; public long GateRouteId; public readonly Dictionary Channels = new(); public readonly Dictionary SendTime = new Dictionary(); }