| | |
| | |
|
| | | 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)
|
| | |
| | | public override void Reset()
|
| | | {
|
| | | base.Reset();
|
| | | roundInfoDict.Clear();
|
| | | }
|
| | |
|
| | | public void ParseCycleHallInfo(HAA88_tagMCActLunhuidianInfo package)
|