Пример #1
0
        private static void DownloadStoryBranch(ushort rootChapterIndex)
        {
            List <ushort> branchChapterIndices = loadedStory.GetSubBranchChapters(rootChapterIndex);

            DownloadChapters(branchChapterIndices);
        }