| | |
| | |
|
| | | protected override void OnConfigParseCompleted()
|
| | | {
|
| | | for (int i = 0; i < DailyBootyUpperList.Length; i++)
|
| | | if (DailyBootyUpperList != null)
|
| | | {
|
| | | int itemID = DailyBootyUpperList[i][0];
|
| | | if (!unLockedChapterDict.Contains(itemID))
|
| | | for (int i = 0; i < DailyBootyUpperList.Length; i++)
|
| | | {
|
| | | unLockedChapterDict.Add(itemID, ChapterID);
|
| | | if (DailyBootyUpperList[i].Length == 0)
|
| | | return;
|
| | | int itemID = DailyBootyUpperList[i][0];
|
| | | if (!unLockedChapterDict.Contains(itemID))
|
| | | {
|
| | | unLockedChapterDict.Add(itemID, ChapterID);
|
| | | }
|
| | | }
|
| | | }
|
| | | }
|