// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.UI.Profile\Page.cs using UnityEngine; namespace Wizard.UI.Profile { public partial class Page { public delegate void DelegatePage(bool isAnimate, int beforeClassId, int afterClassId); private DelegatePage _onChangeActive; private DelegatePage _onChangeInactive; private DelegatePage _onExecuteSetActive; private bool _isActive; protected void SetCallback(DelegatePage onChangeActive, DelegatePage onChangeInactive, DelegatePage onExecuteSetActive) { } public void SetActive(bool isActive, bool isAnimate, int beforeClassId, int afterClassId) { } } }