// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.Battle.View.Vfx\NullVfxWithLoading.cs using System.Collections.Generic; namespace Wizard.Battle.View.Vfx { public partial class NullVfxWithLoading { private static NullVfxWithLoading _instance; public VfxBase LoadingVfx { get; set; } public VfxBase MainVfx { get; set; } public bool IsEnd { get; set; } public static NullVfxWithLoading GetInstance() => default!; public void Play() { } public void Update(float dt, List effectVfxList) { } public bool IsVfxNonEmpty() => default!; } }