少年修仙传客户端代码仓库
hch
2021-02-03 18849a26f129a6fa9dc355d3655c03885457a2c4
0312 集字首日红点
1个文件已修改
2 ■■■■■ 已修改文件
System/DailyQuest/DayRemind.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/DailyQuest/DayRemind.cs
@@ -57,6 +57,7 @@
    public const string DAILYREALMREDPOINT = "DailyRealmRedpoint";
    public const string EQUIPGEMUSEGOLD = "EquipGem_UseGold";
    public const string SUPERUPGIFTS = "SuperUPGifts";
    public const string WORD_YY_REDPOINT = "wordyyredpoint"; // 集字活动红点
    public Dictionary<string, int[]> dayRemindDic = new Dictionary<string, int[]>();
@@ -122,6 +123,7 @@
        SetDayRemind(DAILYREALMREDPOINT);
        SetDayRemind(EQUIPGEMUSEGOLD);
        SetDayRemind(SUPERUPGIFTS);
        SetDayRemind(WORD_YY_REDPOINT);
    }
    public void SetDayRemind(string _key)