lcy
6 天以前 21b26188a58a7ac90065c3d747032696b477058e
461 限时冲刺 入口没开不显示通知条
1个文件已修改
3 ■■■■■ 已修改文件
Main/System/TimeRush/TimeRushManager.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/TimeRush/TimeRushManager.cs
@@ -250,6 +250,9 @@
    public event Action OnNewAwardHaveEvent;
    public void CheckNewAwardHave(int roundType, int curRound, int curValue)
    {
        if (!IsFuncOpen())
            return;
        if (lastCurRoundDict.ContainsKey(roundType) && lastCurValueDict.ContainsKey(roundType))
        {
            int lastCurRound = lastCurRoundDict[roundType];