[trim] fully-unreachable files deleted: 6 [trim] files edited: 55, files deleted: 0, nodes removed: 244 [type-trim] files edited: 1, types removed: 1 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
26 lines
779 B
C#
26 lines
779 B
C#
// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\UIManager.cs
|
|
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using BestHTTP;
|
|
using Cute;
|
|
using UnityEngine;
|
|
using Wizard;
|
|
using Wizard.Battle.View.Vfx;
|
|
using Wizard.Dialog.Setting;
|
|
using Wizard.UI.ReportToManagement;
|
|
public partial class UIManager
|
|
{
|
|
public partial class ChangeViewSceneParam
|
|
{
|
|
public Action OnChange { get; set; }
|
|
public bool IsShow_CardIntroduction { get; set; }
|
|
public int MyPageMenuIndex { get; set; }
|
|
public bool IsCutCardMotion { get; set; }
|
|
public bool IsUpdateFooterMenuTexture { get; set; }
|
|
public Action OnFinishChangeView { get; set; }
|
|
public ChangeViewSceneParam() { }
|
|
}
|
|
}
|