// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.Story.ChapterSelection\CommonPrefabContainer.cs using UnityEngine; namespace Wizard.Story.ChapterSelection { public partial class CommonPrefabContainer { private CharaInfoPanel _charaInfoPanelPrefab; private SectionInfoPanel _sectionInfoPanelPrefab; private AreaSelInfo _chapterRewardPanelPrefab; private StoryChapterSelectDialog _subChapterSelectionDialogPrefab; private StorySummaryDialog _summaryDialogPrefab; private StoryLeaderSelectSummaryDialog _summaryWithCharaSelectionDialogPrefab; public CharaInfoPanel CharaInfoPanelPrefab { get; set; } public SectionInfoPanel SectionInfoPanelPrefab { get; set; } public AreaSelInfo ChapterRewardPanelPrefab { get; set; } public StoryChapterSelectDialog SubChapterSelectionDialogPrefab { get; set; } public StorySummaryDialog SummaryDialogPrefab { get; set; } public StoryLeaderSelectSummaryDialog SummaryWithCharaSelectionDialogPrefab { get; set; } } }