hch
昨天 a08c5bf246caa43a12025f619ba491c4194ef2fa
Main/System/Achievement/AchievementManager.cs
@@ -163,6 +163,8 @@
    };
    public static int[] galaTypes = new int[] { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 };
    void UpdateRedpoint(List<int> _types)
    {
        if (_types.IsNullOrEmpty())
@@ -171,6 +173,13 @@
        }
        bool isGalaRed = false;
        if (_types.Count == 1)
        {
            if (galaTypes.Contains(_types[0]))
            {
                _types = galaTypes.ToList();
            }
        }
        foreach (var type in _types)
        {