Full-surface stubs for RoomBase, Avatar/BossRush/MyRotation battle-log items (MonoBehaviour), GetDeckDataFromCode, MailTopTask, AccountTransferHelper, CanNotTouchCardVfx. EXCLUDE inherited overrides (CanNotTouchCardVfx.IsEnd, MailTopTask.Parse). ClosureStubs for the RoomMatch subsystem bleed (~11 Room* types) + AppleLogin(+Error). Reward/Event deferred (ambiguous common names resolve to wrong SDK files). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
39 lines
2.2 KiB
C#
39 lines
2.2 KiB
C#
// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard\AccountTransferHelper.cs
|
|
using System;
|
|
using Cute;
|
|
using UnityEngine;
|
|
using Wizard.Battle.Recovery;
|
|
namespace Wizard
|
|
{
|
|
public partial class AccountTransferHelper
|
|
{
|
|
public CuteNetworkDefine.ACCOUNT_TYPE PressedTransitongButton;
|
|
private string _appleTokenId;
|
|
public AccountBase.TransitionOriginalScreen TransitionFromScreen { get; set; }
|
|
public DialogBase CreateAccountTransferDialog(AccountBase.DisplayType type, AccountBase.TransitionOriginalScreen from, Action close_callback = null) => default!;
|
|
public void DataTransferByFaceBook() { }
|
|
private void startFacebookSign(NetworkTask.ResultCode resultCode) { }
|
|
public void DataTransfer(Action close_callback = null) { }
|
|
public void GetAppleData(string tokenId) { }
|
|
public void DisplayAppleError(AppleLogin.Error error) { }
|
|
private void DisplayCannotFindAccountError() { }
|
|
public void ShowAccountMagritionConfirmBySocialAccount(NetworkTask.ResultCode resultCode) { }
|
|
public void ShowAccountMagritionConfirmByTransferCode(NetworkTask.ResultCode resultCode) { }
|
|
private void AddAccountBySocialAccountConfirm() { }
|
|
private void DisconnectAccountBySocialAccountConfirm() { }
|
|
private void UpdateAccountBySocialAccountConfirm() { }
|
|
private void UpdateAccountBySocialAccountConfirmLast() { }
|
|
private void UpdateAccountByTransferCodeConfirm() { }
|
|
private void AddAccountBySocialAccountExecute() { }
|
|
private void CancelAccountBySocialAccount() { }
|
|
private void DisconnectAccountBySocialAccountExecute() { }
|
|
private void UpdateAccountBySocialAccountExecute() { }
|
|
private void UpdateAccountByTransitionCodeExecute() { }
|
|
private static void CheckTimeSlipRotationPeriod(Action onFinish) { }
|
|
public void ShowAccountDisconnectResult(NetworkTask.ResultCode resultCode) { }
|
|
public void ShowAccountChainResult(NetworkTask.ResultCode resultCode) { }
|
|
public static void ShowAccountMigrationResult(NetworkTask.ResultCode resultCode) { }
|
|
public static void AccountMigrationResultReset() { }
|
|
}
|
|
}
|