少年修仙传客户端代码仓库
lcy
2024-12-16 a39c35fc6449430cd02bccb681c4a0a880e46cd9
System/LoopAct/CycleHall/OperationCycleHall.cs
@@ -10,10 +10,7 @@
        public bool TryGetRound(int roundType, out HAA88_tagMCActLunhuidianInfo.tagMCActLunhuidianRound round)
        {
            round = new HAA88_tagMCActLunhuidianInfo.tagMCActLunhuidianRound { };
            if (roundInfoDict == null || !roundInfoDict.TryGetValue(roundType, out round))
                return false;
            return true;
            return roundInfoDict.TryGetValue(roundType, out round);
        }
        public bool TryGetRoundInfoByIndex(int roundType, int index, out HAA88_tagMCActLunhuidianInfo.tagMCActLunhuidianAward awardInfo)
@@ -69,6 +66,7 @@
        public override void Reset()
        {
            base.Reset();
            roundInfoDict.Clear();
        }
        public void ParseCycleHallInfo(HAA88_tagMCActLunhuidianInfo package)