Generate the Main-namespace versions of the four colliding SelectionProcessing dialog classes (ChapterCharaDecider/DownloadInfoGetter/DeckSelectionDialogDisplay/ DeckSelectionConfirmDialogDisplay) via the new --ns path — AreaSelectUI uses the Main module and constructs them into an IProcessing[]. baseclauses binds each to Main.ProcessingBase; iface_reattach (regenerated full) attaches Main.IProcessing. Also fill IReplayRecordManager with its 3 real members (SetupRecording/ SetupBattleInfoFilter/SetupOperateMgrEvents); both implementors already had them. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
10 lines
394 B
C#
10 lines
394 B
C#
// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23/Wizard.Story.ChapterSelection.SelectionProcessing.Main/ChapterCharaDecider.cs
|
|
namespace Wizard.Story.ChapterSelection.SelectionProcessing.Main
|
|
{
|
|
public partial class ChapterCharaDecider
|
|
{
|
|
public void Execute(Parameter param) { }
|
|
private static int? GetChapterCharaId(Parameter param) => default!;
|
|
}
|
|
}
|