yyl
12 小时以前 725b7b2374f43582a2d78b2cae3f8303359651b8
Main/System/Redpoint/RedpointCenter.cs
@@ -107,7 +107,7 @@
        {
            TestParentValue(_redpoint.parent);
        }
        if (_redpoint.otherParent > 0)
        {
            TestParentValue(_redpoint.otherParent);
@@ -176,4 +176,14 @@
        }
    }
    public Redpoint GetRedpoint(int _id)
    {
        Redpoint redpoint = null;
        if (this.redpoints.TryGetValue(_id, out redpoint))
        {
            return redpoint;
        }
        return null;
    }
}