| Main/System/TimeRush/TimeRushManager.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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];