Ejemplo n.º 1
0
    void RefreshRedDot(RedDotEnum e)
    {
        RedDotManage.Execute(e);
        RedDotVo vo = RedDotManage.GetRedDotVo(e);

        Debug.LogError("红点刷新:" + e.ToString());
        Debug.LogError(vo.state);
        Debug.LogError("************************");
    }