Make the minimal hand shims partial + generate full member surface for the manager/ task/controller god-objects (LoadingViewManager/DeckUpdateTask/MyPageTask/ReplayController/ PlayerControllerForWatching/WatchDataHandler/EvolutionTouchProcessor/StoryChapterSelection Utility/NonDialogPopup). NonDialogPopup given MonoBehaviour base + hand Close() removed (superseded by full surface). LoadTask dup deleted (already copied verbatim). RoomMatch watch/replay closure types stubbed. Copied 8 more closure files. CS0246-in-generated-signature masking note: 4 such errors were hiding ~1582 — generated CS0246 masks as hard as header CS0246; the real frontier is 1586 (CS7036 base-ctor + member-level), 0 structural. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
20 lines
571 B
C#
20 lines
571 B
C#
// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard\MyPageTask.cs
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using Cute;
|
|
using LitJson;
|
|
using UnityEngine;
|
|
using Wizard.Lottery;
|
|
namespace Wizard
|
|
{
|
|
public partial class MyPageTask
|
|
{
|
|
public partial class MyPageTaskParam { }
|
|
private const string MAINTENANCE_TIME_KEY = "maintenance_time";
|
|
public MyPageTask() { }
|
|
public void SetParameter() { }
|
|
protected int Parse() => default!;
|
|
private void ShowNotification(JsonData responseData) { }
|
|
}
|
|
}
|