Files
Fishing2Server/Entity/Social/Chat/Model/ChatUnit.cs
2026-03-05 15:03:45 +08:00

11 lines
325 B
C#

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