新增私聊相关
This commit is contained in:
@@ -8,8 +8,9 @@ public class SocialUnitManageComponent : Entity
|
||||
{
|
||||
public readonly Dictionary<long, SocialUnit> Units = new();
|
||||
|
||||
/// <summary>
|
||||
/// 不在线消息缓存
|
||||
/// </summary>
|
||||
public readonly OneToManyList<long, ChatMessageInfo> NotSendMessage = new();
|
||||
// public List<MailBox>
|
||||
// /// <summary>
|
||||
// /// 不在线消息缓存
|
||||
// /// </summary>
|
||||
// public readonly OneToManyList<long, ChatMessageInfo> NotSendMessage = new();
|
||||
}
|
||||
Reference in New Issue
Block a user