// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.Title\GameSetup.cs using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; namespace Wizard.Title { public partial class GameSetup { private TemporaryAssetDeleter _temporaryAssetDeleter; private UserInfoRequest m_userInfoRequest; private ResourceDownloader m_assetDownloader; private readonly BattleRecovery _battleRecovery; private MonoBehaviour m_coroutineObj; public bool IsRunning { get; set; } public GameSetup(MonoBehaviour coroutineObj) { } public IEnumerator StartSetup() => default!; } }