// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.Title\UserInfoRequest.cs using Cute; using UnityEngine; using Wizard.Battle.Recovery; namespace Wizard.Title { public partial class UserInfoRequest { private readonly MonoBehaviour m_coroutineObj; public bool IsFinished { get; set; } public bool IsCanceled { get; set; } public UserInfoRequest(MonoBehaviour coroutineObj) { } public void Start() { } private void OnLoadTaskSuccess(LoadTask loadTask) { } private void OnReceiveDeleteAccountCanNotReset() { } public static void DeleteUserData() { } private void OnReceiveDeleteRegisterInfo(LoadTask task) { } private void StartAccountDeleteCancel() { } private void OnSuccessAccountDeleteCancel() { } } }