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>
9 lines
316 B
C#
9 lines
316 B
C#
// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23/Wizard.Story.ChapterSelection.SelectionProcessing.Main/DownloadInfoGetter.cs
|
|
namespace Wizard.Story.ChapterSelection.SelectionProcessing.Main
|
|
{
|
|
public partial class DownloadInfoGetter
|
|
{
|
|
public void Execute(Parameter param) { }
|
|
}
|
|
}
|