// 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) { } } }