| System/Chat/ChatCtrl.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Chat/ChatCtrl.cs
@@ -1088,6 +1088,15 @@ socialRed.count = 0; } } public RedPointState GetSocialChatRedpoint(ChatInfoType type) { if (chatSocialRedpoints.ContainsKey(type)) { return chatSocialRedpoints[type].state; } return RedPointState.None; } #endregion } public struct ChatExtraData