// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.Battle.View.Vfx\ImmediateVfxMgr.cs namespace Wizard.Battle.View.Vfx { public partial class ImmediateVfxMgr { private static ImmediateVfxMgr _instance; public static ImmediateVfxMgr GetInstance() => default!; private ImmediateVfxMgr() { } public void Register(VfxBase vfx) { } } }