11 lines
325 B
C#
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>();
|
|
// } |