少年修仙传客户端代码仓库
client_linchunjie
2018-10-30 40e202e886c53a211991bfc344196d8caae9714e
4428 【1.2】添加获取聊天红点
1个文件已修改
9 ■■■■■ 已修改文件
System/Chat/ChatCtrl.cs 9 ●●●●● 补丁 | 查看 | 原始文档 | 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