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