// AUTO-GENERATED no-op stubs (m1_stub_gen) from Shadowverse_Code_2026-05-23\Wizard.Battle.View.Vfx\WaitLoadVoiceResourceVfx.cs using System.Collections.Generic; namespace Wizard.Battle.View.Vfx { public partial class WaitLoadVoiceResourceVfx { private readonly IBattleCardView m_view; private readonly string m_cueName; public WaitLoadVoiceResourceVfx(IBattleCardView view, string voiceFileName) : base("v/vo_" + voiceFileName + ".acb") { } public void Update(float dt, List effectVfxList) { } } }