// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.Story.ChapterSelection.SelectionProcessing.BattleResult\BattleStarter.cs using System.Collections; using Cute; namespace Wizard.Story.ChapterSelection.SelectionProcessing.BattleResult { public partial class BattleStarter { public void Execute(Parameter param) { } private IEnumerator ExecuteCoroutine(Parameter param) => default!; private static void RegisterSelectedStoryInfo(Parameter param) { } private static void RegisterDeck(DeckData deckData) { } private static void RegisterBattleData(StoryChapterData chapterData, int chapterCharaId, int chapterClassId) { } private static IEnumerator StoryStartTaskCoroutine(SelectedStoryInfo storyInfo) => default!; private static IEnumerator FadeoutCoroutine() => default!; private static void GoToBattleScene() { } } }